Class: Application
Represents the application of a function to an argument.
Example
ts
map (*2) [1..5]Constructors
Constructor
new Application(
functionExpr,parameter,loc?):Application
Parameters
| Parameter | Type |
|---|---|
functionExpr | Expression |
parameter | Expression |
loc? | SourceLocation |
Returns
Application
Overrides
ASTNode.constructor