Skip to content

Class: TypeApplication

Represents the application of a type constructor to arguments (e.g., List Int).

Constructors

Constructor

new TypeApplication(functionType, argument, loc?): TypeApplication

Parameters

ParameterType
functionTypeType
argumentType
loc?SourceLocation

Returns

TypeApplication

Overrides

ASTNode.constructor