diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-26 16:18:33 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-09-01 11:15:28 +0100 |
commit | b38eae12c1c34ff29e568b35c5c85d21f5b9092c (patch) | |
tree | b4232058ddc6f38e4100322f7906e0583625a1dc /testsuite/tests/ghci/scripts/ghci038.hs | |
parent | b7aa8a83c792e899d2d20c61fe4eed88dced6848 (diff) | |
download | haskell-b38eae12c1c34ff29e568b35c5c85d21f5b9092c.tar.gz |
Add a test for ":show imports"
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci038.hs')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci038.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci038.hs b/testsuite/tests/ghci/scripts/ghci038.hs new file mode 100644 index 0000000000..62b3318e25 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci038.hs @@ -0,0 +1,3 @@ +module Foo where +import Data.List +x = map |