package bap-term-mapper
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A BAP DSL for mapping program terms
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8
doc/bap-bml/Bap_bml/module-type-Registry/index.html
Module type Bap_bml.Registry
Interface to a registry. Registry is a key value storage.
val register : string -> t -> unitregister name value register value with a given name. If name was already associated with some other value, then it will be superseded with the new binding.
val find : string -> t optionfind name find a value associated with the given value
val list : unit -> (string * t) listlist () list all bindings
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>