• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • 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
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • 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.