Term.FieldA module for Record fields.
type t = term_cstA record field.
val print : Format.formatter -> t -> unitPrinter.
val hash : t -> intA hash function for adt destructors.
Get the list of values bound to a list tag, returning the empty list if no value is bound.
Optionally bind an additional value to a list tag.
Bind a list of additional values to a list tag.