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