package liquidsoap-lang

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

Module type Term.Custom

type content
val t : Type.t
val to_custom : content -> Custom.t
val of_custom : Custom.t -> content
val is_custom : Custom.t -> bool
val to_term : content -> t
val of_term : t -> content