program.hs:1:38-47: error:
• Missing punctuation before this expression.
Perhaps you forgot a comma, an operator, or a bracket.
• To multiply, please use the * operator.
For example: (coordinatePlane) * rectangle1
• To apply a function, add parentheses around the argument.
For example: (coordinatePlane)(rectangle1)
Program: https://code.world/#PzEfsWDoLf2vpmZOY1CppOw
Message: