package odoc

  1. Overview
  2. Docs
OCaml documentation generator

Install

dune-project
 Dependency

Authors

Maintainers

Sources

odoc-2.1.1.tbz
sha256=f574dbd28cd0fc3a2b95525c4bb95ddf6d1f6408bb4fe12157fa537884f987fd
sha512=1c545c281a7022a167f028fff8cec6fb3f2f82da0881431be74e7a4281c5353ed83bfbdb4d9d9e08af6755dbe3505c052c5e5b58cdeb08c57aed5e89c0f15e91

doc/odoc.model/Odoc_model/Compat/index.html

Module Odoc_model.CompatSource

Sourcetype visibility =
  1. | Exported
  2. | Hidden
Sourcetype module_type =
  1. | Mty_ident of Path.t
  2. | Mty_signature of signature
  3. | Mty_functor of functor_parameter * module_type
  4. | Mty_alias of Path.t
Sourceand functor_parameter =
  1. | Unit
  2. | Named of Ident.t option * module_type
Sourceand module_presence =
  1. | Mp_present
  2. | Mp_absent
Sourceand signature = signature_item list
Sourceand module_declaration = {
  1. md_type : module_type;
  2. md_attributes : Parsetree.attributes;
  3. md_loc : Location.t;
}
Sourceand modtype_declaration = {
  1. mtd_type : module_type option;
  2. mtd_attributes : Parsetree.attributes;
  3. mtd_loc : Location.t;
}
Sourceval opt : ('a -> 'b) -> 'a option -> 'b option
Sourceval signature : Types.signature -> signature