1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Derive some instances for Domain.

This commit is contained in:
Rob Rix 2019-11-04 14:24:05 -05:00
parent 664c7301db
commit d4190ddb17
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -8,3 +8,4 @@ data Domain
= Unit = Unit
| Bool Bool | Bool Bool
| String Text | String Text
deriving (Eq, Ord, Show)