package bap-std
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Binary Analysis Platform Standard Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8
doc/bap/Bap/Std/Addr/Int_exn/index.html
Module Addr.Int_exn
Arithmetic that raises exceptions.
This module exposes a common integer interface with operations not lifted into Or_error monad, but raising Width exception if operands sizes mismatch.
type t = tinclude Integer.Base with type t := t
val zero : telement neutral to the addition
val one : telement neutral to the multiplication
lnot x is a logical negation of x (1-complement)
logand x y is a conjunction of x and y
A common set of infix operators
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page