1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +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
| Bool Bool
| String Text
deriving (Eq, Ord, Show)