Module Component.TypeDecl

module Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
module Equation : sig ... end
type t = {
doc : CComment.docs;
canonical : Cpath.type_ option;
equation : Equation.t;
representation : Representation.t option;
}