Module Resolved.Constructor
type t = [ | `Identifier of [ Odoc_model.Paths.Identifier.Constructor.t_pv | Odoc_model.Paths.Identifier.Extension.t_pv | Odoc_model.Paths.Identifier.Exception.t_pv ] Odoc_model.Paths.Identifier.id| `Constructor of Odoc_model.Paths.Reference.Resolved.DataType.t * Odoc_model.Names.ConstructorName.t| `Extension of Odoc_model.Paths.Reference.Resolved.Signature.t * Odoc_model.Names.ExtensionName.t| `Exception of Odoc_model.Paths.Reference.Resolved.Signature.t * Odoc_model.Names.ExceptionName.t
]