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.1.0.tar.gz
sha256=631fc58628418e4856709a0cfc923a65e00c9494fbd28d444c633d11194831de
md5=3db9deac8d429b9b8a8ec9aec54987b1
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)"
>