Module GenM

Monadic Interface

status: experimental

module type MONAD = GenM_intf.MONAD
module Make (M : MONAD) : GenM_intf.S with module M = M