package alcotest

  1. Overview
  2. Docs

Module Alcotest.MonadSource

Monad signatures for use with Core and Cli.

Sourcemodule type S = sig ... end
Sourcemodule Identity : S with type 'a t = 'a
Sourcemodule type EXTENDED = sig ... end
Sourcemodule Extend (M : S) : EXTENDED with type 'a t = 'a M.t
OCaml

Innovation. Community. Security.