package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a substitution
type 'a expr =
  1. | Signature of 'a Signature.t
  2. | Functor of 'a FunctorArgument.t option * 'a expr
  3. | With of 'a expr * 'a substitution list
  4. | TypeOf of 'a Module.decl
type 'a t = {
  1. id : ('a, [ `ModuleType ]) DocOck__.DocOckPaths.Identifier.t;
  2. doc : 'a Documentation.t;
  3. expr : 'a expr option;
  4. expansion : 'a Module.expansion option;
}
OCaml

Innovation. Community. Security.