Ast.Term
val pp : Stdlib.Format.formatter -> t -> unit
val show : t -> string
type constant = Name.constant
See RawData.Constants
to allocate global constants
val mkBound : loc:Loc.t -> language:Scope.language -> Name.t -> t
if omitted, the loc is the merge of the hd and tl locs, as if one wrote (hd :: tl), but not as if one wrote hd|tl
if omitted, the loc is the merge of the hd and tl locs, as if one wrote (hd :: tl), but not as if one wrote hd|tl
val is_spill_from_quotation : t -> bool