• 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
            • Scratchobj-fix
            • Scratchobj-case
            • Scratchobj-equiv
            • Scratchobj-p
            • Scratchobj-formals
            • Scratchobj-fnsym
            • Scratchobj-fgl-objlist
            • Scratchobj-fgl-obj
            • Scratchobj-cinstlist
            • Scratchobj-cinst
            • Scratchobj-bfrlist
            • Scratchobj-kind
            • Scratchobj-bfr
          • Minor-frame
          • Major-frame
          • 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

Scratchobj

Type of an object stored in an FGL minor stack frame's scratch list.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:fgl-obj → scratchobj-fgl-obj
:fgl-objlist → scratchobj-fgl-objlist
:bfr → scratchobj-bfr
:bfrlist → scratchobj-bfrlist
:cinst → scratchobj-cinst
:cinstlist → scratchobj-cinstlist
:fnsym → scratchobj-fnsym
:formals → scratchobj-formals

Subtopics

Scratchobj-fix
Fixing function for scratchobj structures.
Scratchobj-case
Case macro for the different kinds of scratchobj structures.
Scratchobj-equiv
Basic equivalence relation for scratchobj structures.
Scratchobj-p
Recognizer for scratchobj structures.
Scratchobj-formals
Scratchobj-fnsym
Scratchobj-fgl-objlist
Scratchobj-fgl-obj
Scratchobj-cinstlist
Scratchobj-cinst
Scratchobj-bfrlist
Scratchobj-kind
Get the kind (tag) of a scratchobj structure.
Scratchobj-bfr