• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Pfcs
      • Wp-gen
      • Dimacs-reader
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Riscv
      • Bitcoin
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
        • Primitive-functions
        • Translated-terms
        • Values
        • Evaluation
        • Program-equivalence
        • Functions
        • Packages
        • Programs
        • Interpreter
        • Evaluation-states
          • Eval-state
          • Frame
            • Frame-fix
            • Frame-equiv
            • Make-frame
            • Frame->binding
            • Change-frame
            • Frame->term
            • Framep
          • Binding
          • Stack
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Aleo
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Community
    • Proof-automation
    • ACL2
    • Macro-libraries
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Evaluation-states

Frame

Fixtype of frames.

This is a product type introduced by fty::defprod.

Fields
term — tterm
binding — binding

The evaluation of ACL2 terms is naturally described via a stack. Here we formalize the frames (i.e. elements) of this stack.

A frame consists of a term under evaluation and a binding for (normally) at least the variables in the term.

Subtopics

Frame-fix
Fixing function for frame structures.
Frame-equiv
Basic equivalence relation for frame structures.
Make-frame
Basic constructor macro for frame structures.
Frame->binding
Get the binding field from a frame.
Change-frame
Modifying constructor for frame structures.
Frame->term
Get the term field from a frame.
Framep
Recognizer for frame structures.