diff options
Diffstat (limited to 'testsuite/tests/ghci/prog010/ghci.prog010.stdout')
-rw-r--r-- | testsuite/tests/ghci/prog010/ghci.prog010.stdout | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/prog010/ghci.prog010.stdout b/testsuite/tests/ghci/prog010/ghci.prog010.stdout new file mode 100644 index 0000000000..ccb6dcd78f --- /dev/null +++ b/testsuite/tests/ghci/prog010/ghci.prog010.stdout @@ -0,0 +1,9 @@ +f :: t -> [t] +g :: a -> Maybe a +f :: t -> [t] +module 'A' is not interpreted; try ':add *A' first +f :: t -> [t] +g :: a -> Maybe a +module 'A' is not interpreted; try ':add *A' first +f :: t -> [t] +g :: a -> Maybe a |