Closed rupertlssmith closed 5 years ago
The signature of letFunction is:
letFunction
letFunction : Function -> LetDeclaration
But there is no function for creating a Function, so would be better as:
Function
letFunction : String -> List Pattern -> Expression -> LetDeclaration
The signature of
letFunction
is:letFunction : Function -> LetDeclaration
But there is no function for creating a
Function
, so would be better as:letFunction : String -> List Pattern -> Expression -> LetDeclaration