Module Term_base.MkCustom

Parameters

module Def : CustomDef

Signature

module T : sig ... end
val descr : Type.descr
val t : Type.t
include sig ... end
type content = Def.content
val is_custom : Runtime_term.custom_term -> bool
val of_term : [> `Custom of Runtime_term.custom_term ] term -> content
val to_term : content -> [> `Custom of Runtime_term.custom_term ] term