Module Component.TypeDeclSource

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