Skip to content

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

ParameterType
functionExprExpression
parameterExpression
loc?SourceLocation

Returns

Application

Overrides

ASTNode.constructor