diff options
Diffstat (limited to 'testsuite/tests/module/T11432.stderr')
-rw-r--r-- | testsuite/tests/module/T11432.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/module/T11432.stderr b/testsuite/tests/module/T11432.stderr new file mode 100644 index 0000000000..bf2a58b0a0 --- /dev/null +++ b/testsuite/tests/module/T11432.stderr @@ -0,0 +1,10 @@ + +T11432.hs:7:16: + Not in scope: ‘-.->’ + Note: use ‘type’ keyword to export type constructor ‘-.->’ + defined at T11432.hs:9:1 + (requires TypeOperators extension) + +T11432.hs:7:16: + The export item ‘(-.->)(..)’ + attempts to export constructors or class methods that are not visible here |