package kappa-library
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Public internals of the Kappa tool suite. Use this package to use kappa as a lib
Install
dune-project
Dependency
Authors
Maintainers
Sources
v4.1.3.tar.gz
md5=1c9a8a0d79f085757817f90834e166f5
sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3
doc/kappa-library.generic/Kappa_data_structures/Loc/index.html
Module Kappa_data_structures.LocSource
Module for type Loc.t annotating structured data with the line range * in a file which was used to define it
Create annoted variable with same annotation as existing variable
Apply operation on variable and keep annotation
merge b e creates the range from beginning of b to the end of e (filename must match)
I/O
Source
val print_annoted :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a annoted ->
unitSource
val annoted_of_yojson :
?filenames:string array ->
(Yojson.Basic.t -> 'a) ->
Yojson.Basic.t ->
'a annotedSource
val yojson_of_annoted :
?filenames:int Kappa_data_structures.Mods.StringMap.t ->
('a -> Yojson.Basic.t) ->
'a annoted ->
Yojson.Basic.tInput JSON data of type t.
Annoted yojson helpers
Source
val string_annoted_to_json :
filenames:int Kappa_data_structures.Mods.StringMap.t ->
string annoted ->
Yojson.Basic.tSource
val string_option_annoted_to_json :
filenames:int Kappa_data_structures.Mods.StringMap.t ->
string option annoted ->
Yojson.Basic.tSource
val string_option_annoted_of_json :
filenames:string array ->
Yojson.Basic.t ->
string option annoted sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page