Module Lang.TypeDeclSource
module Field : sig ... endmodule UnboxedField : sig ... endmodule Constructor : sig ... endmodule Representation : sig ... endtype param = {desc : Odoc_model.Lang.TypeDecl.param_desc;variance : Odoc_model.Lang.TypeDecl.variance option;injectivity : bool;
}module Equation : sig ... endtype t = {id : Odoc_model.Paths.Identifier.Type.t;source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_model.Comment.docs;canonical : Odoc_model.Paths.Path.Type.t option;equation : Odoc_model.Lang.TypeDecl.Equation.t;representation : Odoc_model.Lang.TypeDecl.Representation.t option;
}