Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Interfacing-tools
Hardware-verification
Gl
Esim
Vl2014
Sv
Svex-stvs
Svex-decomposition-methodology
Sv-versus-esim
Svex-decomp
Svex-compose-dfs
Svexlist-compose-dfs
Svex-compilation
Moddb
Svmods
Svstmt
Sv-tutorial
Expressions
Symbolic-test-vector
Vl-to-svex
Vwsim
Fgl
Vl
X86isa
Svl
Rtl
Software-verification
Math
Testing-utilities
Svex-compose-dfs
Svexlist-compose-dfs
Signature
(svexlist-compose-dfs x assigns updates memo stack) → (mv x1 updates1 memo1)
Arguments
x
—
Guard
(
svexlist-p
x)
.
assigns
—
Guard
(
svex-alist-p
assigns)
.
updates
—
Guard
(
svex-alist-p
updates)
.
memo
—
Guard
(
svex-svex-memo-p
memo)
.
stack
—
Guard
(
alistp
stack)
.
Returns
x1
—
Type
(
svexlist-p
x1)
.
updates1
—
Type
(
svex-alist-p
updates1)
.
memo1
—
Type
(
svex-svex-memo-p
memo1)
.