another instance of MonadError

14 Jul
2016
14 Jul
'16
10:19 p.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?
3280
Age (days ago)
3280
Last active (days ago)
0 comments
1 participants
participants (1)
-
Corentin Dupont