diff options
Diffstat (limited to 'testsuite/tests/module/mod122.hs')
-rw-r--r-- | testsuite/tests/module/mod122.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod122.hs b/testsuite/tests/module/mod122.hs new file mode 100644 index 0000000000..84440d1668 --- /dev/null +++ b/testsuite/tests/module/mod122.hs @@ -0,0 +1,6 @@ +-- !!! exporting a method (but not its class) +module M where +import Mod122_A + +f :: C a => a -> a +f = m1 |