Expr.Idtype 'a t = 'a idThe type of identifiers
val hash : 'a t -> intHash function.
val print : Format.formatter -> 'a t -> unitPrinting function
val mk :
?pos:Pretty.pos ->
?name:string ->
?tags:Tag.map ->
?builtin:builtin ->
Path.t ->
'a ->
'a tCreate a new identifier
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.