Module Alcotest_engine.Cli

Wraps Core to provide a command-line interface.

module type S = sig ... end
module type MAKER = functor (P : Platform.MAKER) -> functor (M : Monad.S) -> S with type return = unit M.t
module Make : functor (P : Platform.MAKER) -> functor (M : Monad.S) -> S with type return = unit M.t