diff options
Diffstat (limited to 'testsuite/tests/module/mod132.stderr')
-rw-r--r-- | testsuite/tests/module/mod132.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod132.stderr b/testsuite/tests/module/mod132.stderr index 37c934c70f..31d9c8eeb6 100644 --- a/testsuite/tests/module/mod132.stderr +++ b/testsuite/tests/module/mod132.stderr @@ -1,7 +1,8 @@ mod132.hs:6:7: error: - Illegal term-level use of the type constructor ‘Foo’ + • Illegal term-level use of the type constructor ‘Foo’ imported from ‘Mod132_B’ at mod132.hs:4:1-15 (and originally defined in ‘Mod132_A’ at Mod132_A.hs:3:1-14) - In the expression: Foo + Perhaps you meant variable ‘foo’ (line 6) + • In the expression: Foo In an equation for ‘foo’: foo = Foo |