mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 RunEffect.
This commit is contained in:
parent
ebe2202de7
commit
6bd0550804
@ -30,6 +30,7 @@ instance RunEffect f a => RunEffects '[f] a where
|
||||
runEffects = runEffect
|
||||
|
||||
|
||||
-- | A typeclass to interpret a single effect with some sensible defaults (defined per-effect).
|
||||
class RunEffect f a where
|
||||
type Result f a
|
||||
type instance Result f a = a
|
||||
|
Loading…
Reference in New Issue
Block a user