package liquidsoap-lang

  1. Overview
  2. Docs
module type Spec = sig ... end
module type Custom = sig ... end
module Make (_ : Spec) : Custom
module Int : Custom
val int : Type_base.descr
module Float : Custom
val float : Type_base.descr
module String : Custom
val string : Type_base.descr
module Bool : Custom
val bool : Type_base.descr
module Never : Custom
val never : Type_base.descr
val is_ground : Type_base.custom -> bool
OCaml

Innovation. Community. Security.