Module Scope
Managing of scopes to avoid clashes
- author
- Christoph Sticksel
type t
= Ident.t list
Scope as a sequence of identifiers
This type will become private later
val hash : t -> int
Hash of a scope
val pp_print_scope : Stdlib.Format.formatter -> t -> unit
Pretty-print a scope
val to_string : t -> string