Module Identifier.Field

type t = [
| `Field of Paths.Identifier.Parent.t * Names.FieldName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int