Module Component.TypeDecl

module Field : sig ... end
module Constructor : sig ... end
module Representation : sig ... end
module Equation : sig ... end
type t = {
  1. doc : CComment.docs;
  2. canonical : Odoc_model.Paths.Path.Type.t option;
  3. equation : Equation.t;
  4. representation : Representation.t option;
}