package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Constructor : sig ... end
type 'a t = {
  1. type_path : 'a DocOckPaths.Path.type_;
  2. doc : 'a Documentation.t;
  3. type_params : TypeDecl.param list;
  4. private_ : bool;
  5. constructors : 'a Constructor.t list;
}