package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : Paths.Identifier.Method.t;
  2. doc : Comment.docs;
  3. private_ : bool;
  4. virtual_ : bool;
  5. type_ : TypeExpr.t;
}