Fmlib.Monadmodule type SIG_MIN = sig ... endMinimal signature for a monad.
module type SIG_WITH_MAP = sig ... endMinimal signature for a monad with map.
module type RESULT = sig ... endSignature for the result monad.
module Of_sig_min (M : SIG_MIN) : Module_types.MONAD with type 'a t = 'a M.tmodule Of_sig_with_map
(M : SIG_WITH_MAP) :
Module_types.MONAD with type 'a t = 'a M.tmodule Identity : sig ... endIdentity monad