Module pomelo_hir::identifiers

source ·
Expand description

Representation of identifiers in the HIR.

TODO: this is not very DRY, especially repetition between VId, StrId, TyCon and their Long- forms.

Structs

A long (structure-qualified) structure identifier.
A long (structure-qualified) type constructor.
A long (structure-qualified) value identifier.
Holds information about identifiers in the HIR.

Enums

A label in a record type.
An interned name in the HIR.
A structure identifier.
A type constructor.
A type variable.
A value identifier.