Component.TypeDecl
Sourcemodule Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
type param = Odoc_model.Lang.TypeDecl.param
module Equation : sig ... end
type t = {
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
canonical : Odoc_model.Paths.Path.Type.t option;
equation : Equation.t;
representation : Representation.t option;
}