• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
        • Svex-stvs
        • Svex-fixpoint-decomposition-methodology
        • Sv-versus-esim
        • Svex-decomp
        • Svex-compose-dfs
        • Moddb
        • Svex-compilation
        • Svmods
        • Svstmt
        • Sv-tutorial
        • Expressions
          • Rewriting
          • Svex
            • Svar
            • Least-fixpoint
            • Svex-p
            • Svex-select
            • Svex-alist
              • Svex-alist-p
              • Svex-alist-fix
              • Svex-alist-vars
              • Svex-alist-eval
              • Svex-lookup
              • Svex-fastacons
              • Svex-alist-vals
              • Svex-acons
              • Svex-alist-keys
              • Svex-alist-equiv
              • Svex-fastlookup
            • Svex-equiv
            • Svexlist
            • Svex-call
            • Fnsym
            • Svex-quote
            • Svex-var
            • Svcall-rw
            • Svcall
            • Svex-kind
            • Svcall*
            • Svex-fix
            • Svex-count
            • Svex-1z
            • Svex-1x
            • Svex-z
            • Svex-x
          • Bit-blasting
          • Functions
          • 4vmask
          • Why-infinite-width
          • Svex-vars
          • Evaluation
          • Values
        • Symbolic-test-vector
        • Vl-to-svex
      • Fgl
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Svex

Svex-alist

Alist binding variables (svars) to expressions svexes.

This is an ordinary defalist.

Subtopics

Svex-alist-p
Recognizer for svex-alist.
Svex-alist-fix
(svex-alist-fix x) is an fty alist fixing function that follows the drop-keys strategy.
Svex-alist-vars
Collect all of the variables from all the expressions in an svex-alist.
Svex-alist-eval
Evaluate every expression in an svex-alist under the same environment.
Svex-lookup
Slow lookup in an svex-alist.
Svex-fastacons
Like hons-acons, but with proper fty-discipline for svex-alists.
Svex-alist-vals
Like alist-vals but with proper fty-discipline for svex-alists.
Svex-acons
Like acons, but with proper fty-discipline for svex-alists.
Svex-alist-keys
Like alist-keys but with proper fty-discipline for svex-alists.
Svex-alist-equiv
Basic equivalence relation for svex-alist structures.
Svex-fastlookup
Fast lookup in an svex-alist.