diff options
Diffstat (limited to 'testsuite/tests/stranal/should_compile/tst.hs')
-rw-r--r-- | testsuite/tests/stranal/should_compile/tst.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/should_compile/tst.hs b/testsuite/tests/stranal/should_compile/tst.hs new file mode 100644 index 0000000000..561292107b --- /dev/null +++ b/testsuite/tests/stranal/should_compile/tst.hs @@ -0,0 +1,3 @@ +module Test where +a :: [a] -> [[a]] +a x = [x] |