• 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
              • Lambda-binding
                • Lambda-binding-fix
                • Lambda-binding-equiv
                • Make-lambda-binding
                • Lambda-binding->formals
                • Lambda-binding->actuals
                • Change-lambda-binding
                • Lambda-binding-p
                • Lambda-binding-list
              • 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

Lambda-binding

This is a product type introduced by defprod.

Fields
formals — ACL2::symbol-list
actuals — pseudo-term-list
Additional Requirements

The following invariant is enforced on the fields:

(equal (len formals) (len actuals))

Subtopics

Lambda-binding-fix
Fixing function for lambda-binding structures.
Lambda-binding-equiv
Basic equivalence relation for lambda-binding structures.
Make-lambda-binding
Basic constructor macro for lambda-binding structures.
Lambda-binding->formals
Get the formals field from a lambda-binding.
Lambda-binding->actuals
Get the actuals field from a lambda-binding.
Change-lambda-binding
Modifying constructor for lambda-binding structures.
Lambda-binding-p
Recognizer for lambda-binding structures.
Lambda-binding-list
A list of lambda-binding-p objects.