mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Revert "Revert "Add the These type.""
This reverts commit 502ab42e9b049f6f5e601f759620d274885a44db.
This commit is contained in:
parent
b6d422eb5b
commit
c23ecea3ba
@ -1 +1,4 @@
|
||||
module Data.Bifunctor.These where
|
||||
|
||||
data These a b = This a | That b | These a b
|
||||
deriving (Eq, Show)
|
||||
|
Loading…
Reference in New Issue
Block a user