package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type decl =
  1. | Alias of Cpath.module_ * ModuleType.simple_expansion option
  2. | ModuleType of ModuleType.expr
type t = {
  1. doc : CComment.docs;
  2. type_ : decl;
  3. canonical : Odoc_model.Paths.Path.Module.t option;
  4. hidden : bool;
}
OCaml

Innovation. Community. Security.