Agda.TypeChecking.Monad.Exception
Description
Basically a copy of the ErrorT monad transformer. It's handy to slap onto TCM and still be a MonadTCM (which isn't possible with ErrorT).
Documentation
newtype ExceptionT err m a Source
Constructors
| ExceptionT | |
Fields
| |
class Error err => MonadException err m | m -> err whereSource