package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a item =
  1. | Module of 'a Module.t
  2. | ModuleType of 'a ModuleType.t
  3. | Type of 'a TypeDecl.t
  4. | TypExt of 'a Extension.t
  5. | Exception of 'a Exception.t
  6. | Value of 'a Value.t
  7. | External of 'a External.t
  8. | Class of 'a Class.t
  9. | ClassType of 'a ClassType.t
  10. | Include of 'a Include.t
  11. | Comment of 'a Documentation.comment
type 'a t = 'a item list