package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type decl =
  1. | Alias of Paths.Path.Module.t * ModuleType.simple_expansion option
  2. | ModuleType of ModuleType.expr
type t = {
  1. id : Paths.Identifier.Module.t;
  2. doc : Comment.docs;
  3. type_ : decl;
  4. canonical : Paths.Path.Module.t option;
  5. hidden : bool;
}
module Equation : sig ... end
OCaml

Innovation. Community. Security.