Term_base.MkCustom
module T : sig ... end
val descr : Type.descr
val t : Type.t
include sig ... end
type content = Def.content
val to_custom : content -> Runtime_term.custom_term
val of_custom : Runtime_term.custom_term -> 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