• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
        • Fgl-rewrite-rules
        • Fgl-function-mode
        • Fgl-object
        • Fgl-solving
        • Fgl-handling-if-then-elses
        • Fgl-getting-bits-from-objects
        • Fgl-primitive-and-meta-rules
        • Fgl-counterexamples
        • Fgl-interpreter-overview
        • Fgl-correctness-of-binding-free-variables
        • Fgl-debugging
        • Fgl-testbenches
        • Def-fgl-boolean-constraint
        • Fgl-stack
          • Scratchobj
          • Minor-frame
          • Major-frame
            • Major-frame-fix
            • Make-major-frame
            • Major-frame-equiv
            • Major-frame->minor-stack
            • Major-frame->rule
            • Major-frame->bindings
            • Change-major-frame
            • Major-frame->phase
            • Major-frame-p
          • Major-stack
          • Scratchlist
          • Minor-stack
        • Fgl-rewrite-tracing
        • Def-fgl-param-thm
        • Def-fgl-thm
        • Fgl-fast-alist-support
        • Fgl-array-support
        • Advanced-equivalence-checking-with-fgl
        • Fgl-fty-support
        • Fgl-internals
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Fgl-stack

Major-frame

A major stack frame representing an entirely new namespace such as a function definition or rewrite rule.

This is a product type introduced by defprod.

Fields
bindings — fgl-object-bindings
Top-level variable bindings of the scope.
rule — maybe-fgl-generic-rule
Rule applied to make this stack frame.
phase — ACL2::maybe-natp
Hyp number or RHS when greater
minor-stack — minor-stack
The minor stack representing the current nesting of lambdas within the scope.

Subtopics

Major-frame-fix
Fixing function for major-frame structures.
Make-major-frame
Basic constructor macro for major-frame structures.
Major-frame-equiv
Basic equivalence relation for major-frame structures.
Major-frame->minor-stack
Get the minor-stack field from a major-frame.
Major-frame->rule
Get the rule field from a major-frame.
Major-frame->bindings
Get the bindings field from a major-frame.
Change-major-frame
Modifying constructor for major-frame structures.
Major-frame->phase
Get the phase field from a major-frame.
Major-frame-p
Recognizer for major-frame structures.