package ocp-index
Lightweight completion and documentation browsing for OCaml libraries
Install
Dune Dependency
Authors
Maintainers
Sources
1.3.5.tar.gz
md5=0bc13dfb30c5dece280fd2496ca57cea
sha512=19f564a98cba92c26ebb32d46b7eb9eb60374977760c97b62c1ffa4f568d0a8e563df4a6bbc3ad7ca7760548c7c57465d1eb30ab5f3138c6fb1084d68c0cc0b0
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