blob: 07b6584242121942d56569ab85a1582ca2c3d6fc (
plain)
1
2
3
4
5
6
7
|
TH_1tuple.hs:11:6: error:
• Expecting one more argument to ‘Unit’
Expected a type, but ‘Unit’ has kind ‘* -> *’
• In an expression type signature: Unit
In the expression: 1 :: Unit
In an equation for ‘y’: y = (1 :: Unit)
|