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:
parent
fe29381b33
commit
cf1371f66a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user