Module Resolved.Field

type t = [
| `Identifier of Identifier.Field.t
| `Field of Parent.t * Names.FieldName.t
]