package liquidsoap-lang

  1. Overview
  2. Docs
module T : sig ... end
type Liquidsoap_lang__Term.Ground.t +=
  1. | Value of ErrorDef.content
type content = ErrorDef.content
val t : Type.t
val of_ground : Liquidsoap_lang__Term.Ground.t -> ErrorDef.content
val to_ground : ErrorDef.content -> Liquidsoap_lang__Term.Ground.t
val is_ground : Liquidsoap_lang__Term.Ground.t -> bool
val of_term : Liquidsoap_lang__Term.t -> ErrorDef.content
val to_term : ErrorDef.content -> Liquidsoap_lang__Term.t
val is_term : Liquidsoap_lang__Term.t -> bool
OCaml

Innovation. Community. Security.