Module WithMonadAndError.Functor

type t('a) = WithMonad.t('aE.t);
let map: ('a => 'b) => t('a) => t('b);