package soteria
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Soteria is a toolkit for writing symbolic bug-finding tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1.0.tar.gz
md5=8f15271b81e34caa12a39e3b7a63313a
sha512=5f6987cf362bc06402d9bed324c7b060384d7ef02479e2a614ca4b4122cc65082f6afc892c398c6562b0eb42fc13d6cc77e76c2518221590576215aaa00ee5bd
doc/soteria/Soteria/Sym_states/Pure_fun/Make/argument-1-Symex/Value/index.html
Module Symex.Value
The type of symbolic values, parameterized by their type. For example, sbool t represents a symbolic boolean.
Values also expose an Expr module for their syntactic representation.
val is_bool_ty : 'a ty -> boolWhether the given type is sbool ty
val ppa : Format.formatter -> 'a t -> unitval mk_var : Symex.Var.t -> 'a ty -> 'a tmk_var var ty creates a symbolic variable with name var and type ty.
val to_bool : 'a t -> bool optionto_bool v returns Some b if v is a concrete boolean b, or None if v is symbolic.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>