package odoc

  1. Overview
  2. Docs
OCaml documentation generator

Install

Dune Dependency

Authors

Maintainers

Sources

odoc-1.5.3.tbz
sha256=f2b76f811658c4b52cb48ac4ffc2ec37cedd2a805111c7f8ec20f8f36b8bbf45
sha512=9e069590e0737c94813d25235b5cfe27feb5a0298a17ff9b9ee446c69827c3a0ea3b7da5d05b278639cd1f0202e0d83356707979edfaa2af73876fc000c23c4d

doc/odoc.model/Odoc_model/Lang/Signature/index.html

Module Lang.Signature

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
OCaml

Innovation. Community. Security.