Module Reference.UnboxedFieldSource
type t = [ | `Resolved of Odoc_model.Paths.Reference.Resolved.UnboxedField.t| `Root of string * [ `TField | `TUnknown ]| `Dot of Odoc_model.Paths.Reference.LabelParent.t * string| `UnboxedField of Odoc_model.Paths.Reference.FragmentTypeParent.t * Odoc_model.Names.UnboxedFieldName.t
]