• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • 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
      • Riscv
      • Taspi
      • Bitcoin
      • 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
      • Aleo
        • Aleobft
        • Aleovm
        • Leo
          • Grammar
          • Early-version
            • Json2ast
            • Testing
            • Definition
              • Flattening
              • Abstract-syntax
              • Dynamic-semantics
                • Execution
                • Values
                • Dynamic-environments
                • Arithmetic-operations
                • Curve-parameterization
                • Shift-operations
                • Errors
                • Value-expressions
                • Locations
                • Input-execution
                  • Eval-input-item-list
                  • Eval-input-item
                  • Funarg
                    • Funarg-fix
                    • Funarg-equiv
                    • Make-funarg
                    • Change-funarg
                    • Funarg->value
                    • Funarg->sort
                    • Funarg->name
                    • Funargp
                  • Funarg-option
                  • Eval-input-section-list
                  • Eval-input-section
                  • Eval-input-file
                  • Funarg-result
                  • Funarg-list-result
                  • Funarg-list
                • Edwards-bls12-generator
                • Equality-operations
                • Logical-operations
                • Program-execution
                • Ordering-operations
                • Bitwise-operations
                • Literal-evaluation
                • Type-maps-for-struct-components
                • Output-execution
                • Tuple-operations
                • Struct-operations
              • Compilation
              • Static-semantics
              • Concrete-syntax
      • Bigmems
      • Builtins
      • Execloader
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Input-execution

Funarg

Fixtype of function arguments.

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

Fields
name — identifier
sort — var/const-sort
value — value

A function argument consists of a name, a sort, and a value. It is the dynamic counterpart of a function parameter (see funparam.

Subtopics

Funarg-fix
Fixing function for funarg structures.
Funarg-equiv
Basic equivalence relation for funarg structures.
Make-funarg
Basic constructor macro for funarg structures.
Change-funarg
Modifying constructor for funarg structures.
Funarg->value
Get the value field from a funarg.
Funarg->sort
Get the sort field from a funarg.
Funarg->name
Get the name field from a funarg.
Funargp
Recognizer for funarg structures.