package acgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Abstract Categorial Grammar development toolkit
Install
dune-project
Dependency
Authors
Maintainers
Sources
acgtk-1.5.3.tar.gz
sha256=2743321ae4cc97400856eb503a876cbcbd08435ebc750276399a97481d001d41
md5=04c1e14f98e2c8fd966ef7ef30b38323
doc/acgtkLib.utilsLib/UtilsLib/Table/module-type-TABLE/index.html
Module type Table.TABLESource
The signature module for tables
val empty : 'a tempty returns the empty table
add k v t modifies the table t to add the element v at key k. The optional value overwrite is set to false by default. When set to false, the add function raises Table.TABLE.Conflict when the key k was already associated with some value. When set to true, the add function does not raise !Table.TABLE.Conflict if some value was already associated to the key
find k t returns the element associated with the key k in t. Raises Table.TABLE.Not_found if no such element exists
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>