Module Resolved.UnboxedFieldParent

type t = [
  1. | `Identifier of Identifier.UnboxedFieldParent.t
  2. | `Type of Signature.t * Names.TypeName.t
]