package odoc

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

Module Resolved.UnboxedFieldSource

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