package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module RegExp.TermSource

module T : sig ... end
Sourcetype Liquidsoap_lang__Term.Ground.t +=
  1. | Value of regexp
Sourcetype content = regexp
Sourceval t : Type.t
Sourceval of_ground : Liquidsoap_lang__Term.Ground.t -> regexp
Sourceval to_ground : regexp -> Liquidsoap_lang__Term.Ground.t
Sourceval is_ground : Liquidsoap_lang__Term.Ground.t -> bool
Sourceval of_term : Liquidsoap_lang__Term.t -> regexp
Sourceval to_term : regexp -> Liquidsoap_lang__Term.t
Sourceval is_term : Liquidsoap_lang__Term.t -> bool