package liquidsoap-lang

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

Module Value.RuntimeTypeSource

Sourcemodule Term : sig ... end
type content = Term.content
val t : Type.t
val is_custom : Liquidsoap_lang.Term_base.Custom.t -> bool
val to_term : content -> Liquidsoap_lang__Term.ast Liquidsoap_lang__Term.term
val of_term : Liquidsoap_lang__Term.ast Liquidsoap_lang__Term.term -> content
Sourceval to_value : ?pos:Pos.t -> content -> t
Sourceval of_value : t -> content
Sourceval is_value : t -> bool