1
1
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:
Rob Rix 2016-03-10 10:46:45 -05:00
parent b6d422eb5b
commit c23ecea3ba

View File

@ -1 +1,4 @@
module Data.Bifunctor.These where
data These a b = This a | That b | These a b
deriving (Eq, Show)