package liquidsoap-lang

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

Innovation. Community. Security.