package plebeia

  1. Overview
  2. Docs

Module Internal.MonadSource

Sourcemodule type S1 = sig ... end
Sourcemodule Make1 (A : sig ... end) : S1 with type 'a t = 'a A.t
Sourcemodule type S2 = sig ... end
Sourcemodule Make2 (A : sig ... end) : S2 with type ('a, 'z) t = ('a, 'z) A.t
OCaml

Innovation. Community. Security.