• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
        • Z3-installation
        • Smt-hint
        • Tutorial
        • Status
        • Developer
          • Verified
            • Uninterpreted-fn-cp
            • Smt-hint-interface
            • Function-expansion
              • Ex-args
              • Expand
              • Expand-measure
              • Ex-outs
                • Ex-outs-fix
                • Ex-outs-equiv
                • Make-ex-outs
                • Ex-outs->expanded-term-lst
                • Ex-outs->expanded-fn-lst
                • Change-ex-outs
                • Ex-outs-p
            • Smt-config
            • Fty-support
            • Smt-computed-hints
            • Add-hypo-cp
            • Smt-hint-please
            • Type-extract-cp
            • Smt-extract
            • Smtlink-process-user-hint
            • Smt-basics
            • Smt-type-hyp
            • Smt-magic-fix
          • Trusted
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Function-expansion

Ex-outs

Outputs for function expand

This is a product type introduced by defprod.

Fields
expanded-term-lst — pseudo-term-list
List of expanded terms.
expanded-fn-lst — pseudo-term-alist
List of expanded function calls, needed for expand hint for proving G' implies G theorem.

Subtopics

Ex-outs-fix
Fixing function for ex-outs structures.
Ex-outs-equiv
Basic equivalence relation for ex-outs structures.
Make-ex-outs
Basic constructor macro for ex-outs structures.
Ex-outs->expanded-term-lst
Get the expanded-term-lst field from a ex-outs.
Ex-outs->expanded-fn-lst
Get the expanded-fn-lst field from a ex-outs.
Change-ex-outs
Modifying constructor for ex-outs structures.
Ex-outs-p
Recognizer for ex-outs structures.