Module WithError.Functor

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