blob: 917d4904401f3d8133fa00d6b232cd3ede5be6d9 (
plain)
1
2
3
4
5
6
7
8
|
mod132.hs:6:7: error: [GHC-31891]
• Illegal term-level use of the type constructor or class ‘Foo’
• imported from ‘Mod132_B’ at mod132.hs:4:1-15
(and originally defined in ‘Mod132_A’ at Mod132_A.hs:3:1-14)
• Perhaps use variable ‘foo’ (line 6)
• In the expression: Foo
In an equation for ‘foo’: foo = Foo
|