• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
      • Gl
      • Witness-cp
      • Ccg
      • Install-not-normalized
      • Rewrite$
      • Fgl
        • Fgl-rewrite-rules
        • Fgl-function-mode
        • Fgl-object
        • Fgl-solving
          • Fgl-sat-check
          • Fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config-fix
            • Fgl-exhaustive-test-config-equiv
            • Make-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config->ignore-pathcond
            • Fgl-exhaustive-test-config->ignore-constraint
            • Fgl-exhaustive-test-config->random-iters
            • Fgl-exhaustive-test-config->transform
            • Change-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config->transform-config-override
              • Fgl-exhaustive-test-config-p
            • Fgl-prove
            • Fgl-vacuity-check
            • Fgl-sat-check/print-counterexample
          • Fgl-handling-if-then-elses
          • Fgl-counterexamples
          • Fgl-getting-bits-from-objects
          • Fgl-primitive-and-meta-rules
          • Fgl-interpreter-overview
          • Fgl-correctness-of-binding-free-variables
          • Fgl-debugging
          • Fgl-testbenches
          • Def-fgl-boolean-constraint
          • Fgl-stack
          • Def-fgl-param-thm
          • Fgl-rewrite-tracing
          • Def-fgl-thm
          • Fgl-fast-alist-support
          • Fgl-array-support
          • Advanced-equivalence-checking-with-fgl
          • Fgl-fty-support
          • Fgl-internals
        • Removable-runes
        • Efficiency
        • Rewrite-bounds
        • Bash
        • Def-dag-measure
        • Bdd
        • Remove-hyps
        • Contextual-rewriting
        • Simp
        • Rewrite$-hyps
        • Bash-term-to-dnf
        • Use-trivial-ancestors-check
        • Minimal-runes
        • Clause-processor-tools
        • Fn-is-body
        • Without-subsumption
        • Rewrite-equiv-hint
        • Def-bounds
        • Rewrite$-context
        • Try-gl-concls
        • Hint-utils
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Fgl-exhaustive-test-config

    Fgl-exhaustive-test-config->transform-config-override

    Get the transform-config-override field from a fgl-exhaustive-test-config.

    Signature
    (fgl-exhaustive-test-config->transform-config-override x) 
      → 
    fty::x.name
    Arguments
    x — Guard (fgl-exhaustive-test-config-p x).

    This is an ordinary field accessor created by defprod.

    Definitions and Theorems

    Function: fgl-exhaustive-test-config->transform-config-override$inline

    (defun fgl-exhaustive-test-config->transform-config-override$inline
           (x)
     (declare (xargs :guard (fgl-exhaustive-test-config-p x)))
     (declare (xargs :guard t))
     (let ((__function__
                'fgl-exhaustive-test-config->transform-config-override))
       (declare (ignorable __function__))
       (mbe :logic
            (b* ((x (and t x)))
              (cdr (std::da-nth 3 (cdr x))))
            :exec (cdr (std::da-nth 3 (cdr x))))))

    Theorem: fgl-exhaustive-test-config->transform-config-override$inline-of-fgl-exhaustive-test-config-fix-x

    (defthm
     fgl-exhaustive-test-config->transform-config-override$inline-of-fgl-exhaustive-test-config-fix-x
     (equal
      (fgl-exhaustive-test-config->transform-config-override$inline
           (fgl-exhaustive-test-config-fix x))
      (fgl-exhaustive-test-config->transform-config-override$inline x)))

    Theorem: fgl-exhaustive-test-config->transform-config-override$inline-fgl-exhaustive-test-config-equiv-congruence-on-x

    (defthm
     fgl-exhaustive-test-config->transform-config-override$inline-fgl-exhaustive-test-config-equiv-congruence-on-x
     (implies
      (fgl-exhaustive-test-config-equiv x x-equiv)
      (equal
        (fgl-exhaustive-test-config->transform-config-override$inline x)
        (fgl-exhaustive-test-config->transform-config-override$inline
             x-equiv)))
     :rule-classes :congruence)