Alcotest_engine.Monad
Monad signatures for use with Core and Cli.
Core
Cli
module type S = sig ... end
module Identity : S with type 'a t = 'a
module type EXTENDED = sig ... end
module Extend : functor (M : S) -> EXTENDED with type 'a t = 'a M.t