package alcotest

  1. Overview
  2. Docs

Wraps Core to provide a command-line interface.

module type S = sig ... end
module type MAKER = sig ... end
module Make (P : Platform.MAKER) (M : Monad.S) : sig ... end