package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Constructor : sig ... end
type t = {
  1. parent : Paths.Identifier.Signature.t;
  2. type_path : Paths.Path.Type.t;
  3. doc : Comment.docs;
  4. type_params : TypeDecl.param list;
  5. private_ : bool;
  6. constructors : Constructor.t list;
}
OCaml

Innovation. Community. Security.