• Top
  • Expression

Expression-static-call

This is a product type, introduced by fty::deftagsum in support of expression.

Fields
type — type
fun — identifier
args — expression-list
Additional Requirements

The following invariant is enforced on the fields:

(type-namedp type)

Subtopics

Expression-static-call->type
Get the type field from a expression-static-call.
Make-expression-static-call
Basic constructor macro for expression-static-call structures.
Expression-static-call->args
Get the args field from a expression-static-call.
Expression-static-call->fun
Get the fun field from a expression-static-call.
Change-expression-static-call
Modifying constructor for expression-static-call structures.