• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
        • Z3-installation
        • Smt-hint
        • Tutorial
        • Status
        • Developer
          • Verified
            • Uninterpreted-fn-cp
              • Fhg-single-args
              • Fhg-args
                • Fhg-args-fix
                • Make-fhg-args
                • Fhg-args-equiv
                • Fhg-args->fn-more-returns-hint-acc
                • Fhg-args->fn-returns-hint-acc
                • Fhg-args->lambda-acc
                • Change-fhg-args
                • Fhg-args->term-lst
                • Fhg-args->fn-lst
                • Fhg-args-p
              • Lambda-binding
              • Generate-fn-hint-lst
            • Smt-hint-interface
            • Function-expansion
            • 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
  • Uninterpreted-fn-cp

Fhg-args

This is a product type introduced by defprod.

Fields
term-lst — pseudo-term-list
fn-lst — func-alist
fn-returns-hint-acc — hint-pair-list
fn-more-returns-hint-acc — hint-pair-list
lambda-acc — lambda-binding-list

Subtopics

Fhg-args-fix
Fixing function for fhg-args structures.
Make-fhg-args
Basic constructor macro for fhg-args structures.
Fhg-args-equiv
Basic equivalence relation for fhg-args structures.
Fhg-args->fn-more-returns-hint-acc
Get the fn-more-returns-hint-acc field from a fhg-args.
Fhg-args->fn-returns-hint-acc
Get the fn-returns-hint-acc field from a fhg-args.
Fhg-args->lambda-acc
Get the lambda-acc field from a fhg-args.
Change-fhg-args
Modifying constructor for fhg-args structures.
Fhg-args->term-lst
Get the term-lst field from a fhg-args.
Fhg-args->fn-lst
Get the fn-lst field from a fhg-args.
Fhg-args-p
Recognizer for fhg-args structures.