deriving.runtime
Deriving_Functor.MonadFunctor
module M : Deriving_monad.Monad
type 'a f = 'a M.m
val map : ('a -> 'b) -> 'a f -> 'b f