package odoc

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