package alt-ergo-lib
The Alt-Ergo SMT prover library
Install
Dune Dependency
Authors
Maintainers
Sources
alt-ergo-2.3.1.tar.gz
sha256=0fd6594f30d4e2bea97350a7906ecc2528c37e8fdd32588818a162aacc409688
md5=a0e9dda8f17c1f4f03119badd24d1bf5
doc/alt-ergo-lib/AltErgoLib/MyUnix/index.html
Module AltErgoLib.MyUnix
Source
Unix wrapper
This module defines some wrappers around Unix function, in order to more easily maintain compatibility when compiling to javascript.
Returns the current time. *
Set a timeout, using Unix timers. If is_gui
then the timer raises Unix.interval_timer.ITIMER_REAL
, else raises Unix.interval_timer.ITIMER_VIRTUAL
. No-op on javascript.
Unset the previously set timer.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>