Module WithMonadAndLog.Apply

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