diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci013.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci013.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci013.stdout b/testsuite/tests/ghci/scripts/ghci013.stdout new file mode 100644 index 0000000000..5daf16ee23 --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci013.stdout @@ -0,0 +1 @@ +f :: Monad m => (m a, t) -> m b
|