package liquidsoap-lang

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

Module type Value.CustomSource

include Term.Custom
type content
val t : Type.t
val is_custom : Liquidsoap_lang.Term.Custom.t -> bool
val to_term : content -> Term.t
val of_term : Term.t -> content
val to_value : ?pos:Pos.t -> content -> t
val of_value : t -> content
val is_value : t -> bool