codeworld icon indicating copy to clipboard operation
codeworld copied to clipboard

User-reported unhelpful error message

Open codeworld-feedback opened this issue 1 year ago • 0 comments
trafficstars

Program: https://code.world/#PzEfsWDoLf2vpmZOY1CppOw

Message:

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)

codeworld-feedback avatar Aug 30 '24 17:08 codeworld-feedback