Module Identifier.FieldSource

Sourcetype t = [
  1. | `Field of Parent.t * Names.FieldName.t
]
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval compare : t -> t -> int