package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val build_expander : ?equal:('a -> 'a -> bool) -> ?hash:('a -> int) -> (string -> 'a DocOckComponentTbl.lookup_unit_result) -> (root:'a -> 'a -> 'a DocOckTypes.Unit.t) -> 'a t
val expand : 'a t -> 'a DocOckTypes.Unit.t -> 'a DocOckTypes.Unit.t