package doc-ock

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val empty : 'a t
val add_module : 'a DocOckPaths.Identifier.signature -> Ident.t -> 'a t -> 'a t
val add_argument : 'a DocOckPaths.Identifier.signature -> int -> Ident.t -> 'a t -> 'a t
val add_module_type : 'a DocOckPaths.Identifier.signature -> Ident.t -> 'a t -> 'a t
val add_type : 'a DocOckPaths.Identifier.signature -> Ident.t -> 'a t -> 'a t
val add_class : 'a DocOckPaths.Identifier.signature -> Ident.t -> Ident.t -> Ident.t -> Ident.t -> 'a t -> 'a t
val add_class_type : 'a DocOckPaths.Identifier.signature -> Ident.t -> Ident.t -> Ident.t -> 'a t -> 'a t
val add_signature_type_items : 'a DocOckPaths.Identifier.signature -> Types.signature -> 'a t -> 'a t
val add_signature_tree_items : 'a DocOckPaths.Identifier.signature -> Typedtree.signature -> 'a t -> 'a t
val add_structure_tree_items : 'a DocOckPaths.Identifier.signature -> Typedtree.structure -> 'a t -> 'a t
module Path : sig ... end
module Fragment : sig ... end