Class: TypeApplication
Represents the application of a type constructor to arguments (e.g., List Int).
Constructors
Constructor
new TypeApplication(
functionType,argument,loc?):TypeApplication
Parameters
| Parameter | Type |
|---|---|
functionType | Type |
argument | Type |
loc? | SourceLocation |
Returns
TypeApplication
Overrides
ASTNode.constructor