package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a argument =
  1. | Tuple of 'a TypeExpr.t list
  2. | Record of 'a Field.t list
type 'a t = {
  1. id : 'a DocOckPaths.Identifier.constructor;
  2. doc : 'a Documentation.t;
  3. args : 'a argument;
  4. res : 'a TypeExpr.t option;
}