• 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
              • Smtlink-hint
                • Smtlink-hint-p
                • Make-smtlink-hint
                • Func
                  • Func-fix
                  • Func-p
                  • Make-func
                  • Func-equiv
                  • Func->flattened-returns
                  • Func->flattened-formals
                  • Change-func
                  • Func->more-returns
                  • Func->expansion-depth
                  • Func->returns
                  • Func->formals
                  • Func->name
                  • Func->guard
                  • Func-list
                • Smtlink-hint-fix
                • Maybe-smtlink-hint
                • Hint-pair
                • Decl
                • Binding
                • Smtlink-hint-equiv
                • Let-binding
                • Change-smtlink-hint
                • Smtlink-hint->expanded-clause-w/-hint
                • Smtlink-hint->type-decl-list
                • Smtlink-hint->fast-functions
                • Smtlink-hint->expanded-g/type
                • Smtlink-hint->smt-params
                • Smtlink-hint->let-binding
                • Smtlink-hint->hypotheses
                • Smtlink-hint->fty-info
                • Smtlink-hint->wrld-fn-len
                • Smtlink-hint->symbols
                • Smtlink-hint->smt-fname
                • Smtlink-hint->smt-dir
                • Smtlink-hint->smt-cnf
                • Smtlink-hint->rm-file
                • Smtlink-hint->main-hint
                • Smtlink-hint->int-to-rat
                • Smtlink-hint->functions
                • Smtlink-hint->fty-types
                • Smtlink-hint->custom-p
                • Smtlink-hint->fty
                • Smtlink-hint->abs
              • Smt-hint
              • Make-alist-fn-lst
              • True-list-fix
            • 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
  • Smtlink-hint

Func

This is a product type introduced by defprod.

Fields
name — symbolp
formals — decl-list
guard — hint-pair
returns — decl-list
more-returns — hint-pair-list
expansion-depth — natp
flattened-formals — ACL2::symbol-list
flattened-returns — ACL2::symbol-list

Subtopics

Func-fix
Fixing function for func structures.
Func-p
Recognizer for func structures.
Make-func
Basic constructor macro for func structures.
Func-equiv
Basic equivalence relation for func structures.
Func->flattened-returns
Get the flattened-returns field from a func.
Func->flattened-formals
Get the flattened-formals field from a func.
Change-func
Modifying constructor for func structures.
Func->more-returns
Get the more-returns field from a func.
Func->expansion-depth
Get the expansion-depth field from a func.
Func->returns
Get the returns field from a func.
Func->formals
Get the formals field from a func.
Func->name
Get the name field from a func.
Func->guard
Get the guard field from a func.
Func-list
A list of func-p objects.