package colibri2

  1. Overview
  2. Docs
type state =
  1. | Wait
  2. | Stop
module type S = sig ... end
module Register (S : S) : sig ... end
OCaml

Innovation. Community. Security.