• 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
        • 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
          • Def-fgl-fty-sum-splitter
          • Def-fgl-cons-rules-for-fty-sum
          • Add/remove-fgl-rules-for-fty-sum
        • Fgl-internals
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Fgl

Fgl-fty-support

Utilities for supporting fty types in fgl.

Subtopics

Def-fgl-fty-sum-splitter
Add a representation for the FGL rewriter that can symbolically represent an element of a sum type, even if that element might be of different kinds under different conditions.
Def-fgl-cons-rules-for-fty-sum
Utility that provides an FGL rewriting theory supporting FTY sum or product type accessors on cons structures.
Add/remove-fgl-rules-for-fty-sum
Utility that updates the FGL rewriting theory to support an FTY sum or product type, removing definitions and adding supporting rewrite rules.