package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type recursive =
  1. | Ordinary
  2. | And
  3. | Nonrec
  4. | Rec
type item =
  1. | Module of recursive * Module.t
  2. | ModuleType of ModuleType.t
  3. | ModuleSubstitution of ModuleSubstitution.t
  4. | Type of recursive * TypeDecl.t
  5. | TypeSubstitution of TypeDecl.t
  6. | TypExt of Extension.t
  7. | Exception of Exception.t
  8. | Value of Value.t
  9. | External of External.t
  10. | Class of recursive * Class.t
  11. | ClassType of recursive * ClassType.t
  12. | Include of Include.t
  13. | Comment of Comment.docs_or_stop
type t = item list