package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a item =
  1. | Method of 'a Method.t
  2. | InstanceVariable of 'a InstanceVariable.t
  3. | Constraint of 'a TypeExpr.t * 'a TypeExpr.t
  4. | Inherit of 'a ClassType.expr
  5. | Comment of 'a Documentation.comment
type 'a t = {
  1. self : 'a TypeExpr.t option;
  2. items : 'a item list;
}