blob: 5a5305fa8971e80021fb5e4830cb23a626906704 (
plain)
1
2
3
4
5
6
7
8
9
|
[1 of 4] Compiling Common ( Common.hs, Common.o )
[2 of 4] Compiling Definitions ( Definitions.hs, Definitions.o )
[3 of 4] Compiling EmitWantedPlugin ( EmitWantedPlugin.hs, EmitWantedPlugin.o )
[4 of 4] Compiling TcPlugin_EmitWanted ( TcPlugin_EmitWanted.hs, TcPlugin_EmitWanted.o )
TcPlugin_EmitWanted.hs:13:7: error: [GHC-18872]
• Couldn't match type ‘Bool’ with ‘()’ arising from a use of ‘foo’
• In the expression: foo
In an equation for ‘bar’: bar = foo
|