program.hs:5:34-38: error:
• Missing punctuation before this expression.
Perhaps you forgot a comma, an operator, or a bracket.
• To multiply, please use the * operator.
For example: base * image
• To apply a function, add parentheses around the argument.
For example: base(image)