blob: c07fe42cbb27dbd2d223a8a0491c59549ef4ebaa (
plain)
1
2
3
4
5
6
|
T9681.hs:3:7: error:
• No instance for (Num String) arising from the literal ‘1’
• In the first argument of ‘(+)’, namely ‘1’
In the expression: 1 + "\n"
In an equation for ‘foo’: foo = 1 + "\n"
|