1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Derive an Effect instance for Domain.

This commit is contained in:
Rob Rix 2019-11-01 14:39:59 -04:00
parent fe29381b33
commit cf1371f66a
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -74,3 +74,4 @@ data Domain term name value m k
deriving (Functor, Generic1)
instance HFunctor (Domain term name value)
instance Effect (Domain term name value)