package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reference.UnboxedFieldSource

Sourcetype t = [
  1. | `Resolved of Resolved.UnboxedField.t
  2. | `Root of string * [ `TField | `TUnknown ]
  3. | `Dot of LabelParent.t * string
  4. | `UnboxedField of FragmentTypeParent.t * Names.UnboxedFieldName.t
]