Module Component.TypeDeclSource
module Field : sig ... endmodule UnboxedField : sig ... endmodule Constructor : sig ... endmodule Representation : sig ... endtype param = Odoc_model.Lang.TypeDecl.parammodule Equation : sig ... endtype t = {source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_xref2.Component.CComment.docs;canonical : Odoc_model.Paths.Path.Type.t option;equation : Odoc_xref2.Component.TypeDecl.Equation.t;representation : Odoc_xref2.Component.TypeDecl.Representation.t option;
}