mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Derive a MonadFail instance for EnvC.
This commit is contained in:
parent
3aa3cb5005
commit
4f44170281
@ -230,7 +230,7 @@ data EdgeType term name
|
||||
|
||||
|
||||
newtype EnvC name m a = EnvC { runEnv :: m a }
|
||||
deriving (Applicative, Functor, Monad)
|
||||
deriving (Applicative, Functor, Monad, MonadFail)
|
||||
|
||||
instance ( Carrier sig m
|
||||
, Member Fresh sig
|
||||
|
Loading…
Reference in New Issue
Block a user