another instance of MonadError
15 Jul
2016
15 Jul
'16
6:19 a.m.
Hello, IO is an instance of MonadError IOException... However I also need to make it an instance of MonadError String... Is it possible? I'm trying to instanciate this class: class (Typeable n, Monad n, Applicative n, MonadError String n) => EvMgt n where ... instance EvMgt IO where... Any idea?
3671
Age (days ago)
3671
Last active (days ago)
0 comments
1 participants
participants (1)
-
Corentin Dupont