• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
          • Transformations
          • Language
            • Abstract-syntax
            • Dynamic-semantics
              • Exec
              • Find-fun
              • Init-local
              • Write-vars-values
              • Add-vars-values
              • Add-funs
              • Eoutcome
              • Soutcome
              • Ensure-funscope-disjoint
              • Write-var-value
              • Restrict-vars
              • Add-var-value
              • Funinfo
              • Exec-top-block
              • Values
              • Cstate
              • Funinfo+funenv
                • Funinfo+funenv-fix
                • Funinfo+funenv-equiv
                • Make-funinfo+funenv
                • Funinfo+funenv->info
                • Funinfo+funenv->env
                • Change-funinfo+funenv
                • Funinfo+funenv-p
              • Read-vars-values
              • Read-var-value
              • Funenv
              • Funscope-for-fundefs
              • Exec-path
              • Path-to-var
              • Funinfo+funenv-result
              • Exec-literal
              • Soutcome-result
              • Mode-set-result
              • Literal-evaluation
              • Funscope-result
              • Funinfo-result
              • Funenv-result
              • Eoutcome-result
              • Cstate-result
              • Paths-to-vars
              • Funinfo-for-fundef
              • Lstate
              • Funscope
              • Mode-set
              • Modes
            • Concrete-syntax
            • Static-soundness
            • Static-semantics
            • Errors
          • Yul-json
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Dynamic-semantics

Funinfo+funenv

Fixtype of pairs consisting of function information and a function environment.

This is a product type introduced by fty::defprod.

Fields
info — funinfo
env — funenv

These are used as (non-error) results of find-fun: see that function's documentation.

Subtopics

Funinfo+funenv-fix
Fixing function for funinfo+funenv structures.
Funinfo+funenv-equiv
Basic equivalence relation for funinfo+funenv structures.
Make-funinfo+funenv
Basic constructor macro for funinfo+funenv structures.
Funinfo+funenv->info
Get the info field from a funinfo+funenv.
Funinfo+funenv->env
Get the env field from a funinfo+funenv.
Change-funinfo+funenv
Modifying constructor for funinfo+funenv structures.
Funinfo+funenv-p
Recognizer for funinfo+funenv structures.