Module WithResult.Functor

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