package ocp-index
Lightweight completion and documentation browsing for OCaml libraries
Install
Dune Dependency
Authors
Maintainers
Sources
1.3.3.tar.gz
md5=738dd32765ce0b6b6423620cc62b7db9
sha512=6360240c951ac64baf9b3736c9a37c41a5ac8c5ddf52e723019fb5ef294e786e245712fd88f408bd8f6881d8741ab152872181062acd81443eec07d1d703e85a
doc/ocp-index.lib/LibIndex/index.html
Module LibIndex
Source
Main types
Lazy trie structure holding the info on all identifiers
The type of files we get our data from
Source
type info = private IndexTypes.info = {
path : string list;
orig_path : string list;
kind : kind;
name : string;
ty : IndexTypes.ty option;
loc_sig : Location.t Lazy.t;
loc_impl : Location.t Lazy.t;
doc : string option Lazy.t;
file : orig_file;
}
Contains the information on a given identifier
The kind of elements that can be stored in the trie
Utility functions
Building
Querying
Output
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page