Syncom.HoleIdval of_int : int -> tval string_of_hole_id : t -> stringmodule Make () : sig ... endConstruct a counter for hole id numbers.
val name_of_option : string option -> nameConverts an option type to a name.
val option_of_name : name -> string optionConverts a name to an option type.
val string_of_name : name -> stringStringifies a hole name.
If the hole is anonymous, then its name is the empty string.
Stringifies a hole name.
If the hole is anonymous, then use its hole id.
val is_anonymous : name -> boolDecides whether a hole name is anonymous.
val fmt_ppr_name : Stdlib.Format.formatter -> name -> unitval fmt_ppr_id : Stdlib.Format.formatter -> t -> unit