package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a expansion =
  1. | AlreadyASig
  2. | Signature of 'a Signature.t
  3. | Functor of 'a FunctorArgument.t option list * 'a Signature.t
type 'a decl =
  1. | Alias of 'a DocOckPaths.Path.module_
  2. | ModuleType of 'a ModuleType.expr
type 'a t = {
  1. id : 'a DocOckPaths.Identifier.module_;
  2. doc : 'a Documentation.t;
  3. type_ : 'a decl;
  4. canonical : ('a DocOckPaths.Path.module_ * 'a DocOckPaths.Reference.module_) option;
  5. hidden : bool;
  6. display_type : 'a decl option;
  7. expansion : 'a expansion option;
}
module Equation : sig ... end