Search-engine friendly clone of the
ACL2 documentation
.
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
Soft
Bv
Imp-language
C
Event-macros
Java
Bitcoin
Ethereum
Yul
Transformations
Language
Abstract-syntax
Escape
Swcase-list->value-list
Hex-digit-list->chars
Fundef-list->name-list
Literal
Path
Plain-string
String-element
Identifier
Funcall-option
Expression-option
Statement-option
Literal-option
Identifier-option
Hex-string
Hex-quad
Hex-digit
Data-value
Data-item
Hex-pair
Statements-to-fundefs
String-element-list-result
Identifier-identifier-map-result
Swcase-result
String-element-result
Statement-result
Literal-result
Identifier-set-result
Identifier-result
Identifier-list-result
Hex-pair-list-result
Fundef-result
Funcall-result
Expression-result
Escape-result
Path-result
Block-result
Objects
Statements/blocks/cases/fundefs
Identifier-list
Identifier-set
Identifier-identifier-map
Identifier-identifier-alist
String-element-list
Path-list
Hex-pair-list
Hex-digit-list
Literal-list
Fundef-list
Expressions/funcalls
Expression
Funcall
Funcall-equiv
Make-funcall
Funcallp
Funcall->name
Funcall->args
Change-funcall
Funcall-fix
Funcall-count
Expression-list
Abstract-syntax-induction-schemas
Dynamic-semantics
Concrete-syntax
Static-soundness
Static-semantics
Errors
Yul-json
Zcash
ACL2-programming-language
Prime-fields
Json
Syntheto
File-io-light
Number-theory
Cryptography
Lists-light
Builtins
Axe
Solidity
Helpers
Htclient
Typed-lists-light
Arithmetic-light
X86isa
Axe
Execloader
Math
Testing-utilities
Expressions/funcalls
Funcall
Fixtype of function calls.
This is a product type introduced by
fty::defprod
.
Fields
name —
identifier
args —
expression-list
Subtopics
Funcall-equiv
Basic equivalence relation for
funcall
structures.
Make-funcall
Basic constructor macro for
funcall
structures.
Funcallp
Recognizer for
funcall
structures.
Funcall->name
Get the
name
field from a
funcall
.
Funcall->args
Get the
args
field from a
funcall
.
Change-funcall
Modifying constructor for
funcall
structures.
Funcall-fix
Fixing function for
funcall
structures.
Funcall-count
Measure for recurring over
funcall
structures.