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