Module type Utils.MONADERROR

include MONAD
type 'a t
val return : 'a -> 'a t
val (let*) : 'a t -> ('a -> 'b t) -> 'b t
val fail : error -> 'a t