diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci001.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci001.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci001.stdout b/testsuite/tests/ghci/scripts/ghci001.stdout new file mode 100644 index 0000000000..b0a2458b59 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci001.stdout @@ -0,0 +1,2 @@ +(+) :: Num a => a -> a -> a
+enumFromTo :: Enum a => a -> a -> [a]
|