Module type Ast_types.ID

An abstract type for identifiers

type t
val of_string : string -> t
val to_string : t -> string
val (=) : t -> t -> bool