package ocp-index
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lightweight completion and documentation browsing for OCaml libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocp-index-1.4.1.tbz
sha256=59adbd99a9c88106dcf23bc0e3424a00f840fcedee4e4b644eaf0385ada3f911
sha512=53c9b83ee7c274bf1981de716081e4d7f603d2d4cc25c83a20d2f4c599d88d2200393feef54f4cdb25e014ea058d498ac711581c40e298df30f33a7cf8f65ff6
doc/ocp-index.lib/LibIndex/index.html
Module LibIndexSource
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