summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10248.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T10248.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T10248.stderr18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T10248.stderr b/testsuite/tests/ghci/scripts/T10248.stderr
new file mode 100644
index 0000000000..1245b994fd
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T10248.stderr
@@ -0,0 +1,18 @@
+
+<interactive>:3:10: warning:
+ Found hole ‘_’ with type: IO ()
+ In the second argument of ‘(<$>)’, namely ‘_’
+ In the first argument of ‘ghciStepIO ::
+ IO a_alT -> IO a_alT’, namely
+ ‘Just <$> _’
+ In a stmt of an interactive GHCi command:
+ it <- ghciStepIO :: IO a_alT -> IO a_alT (Just <$> _)
+*** Exception: <interactive>:3:10: error:
+ Found hole ‘_’ with type: IO ()
+ In the second argument of ‘(<$>)’, namely ‘_’
+ In the first argument of ‘ghciStepIO ::
+ IO a_alT -> IO a_alT’, namely
+ ‘Just <$> _’
+ In a stmt of an interactive GHCi command:
+ it <- ghciStepIO :: IO a_alT -> IO a_alT (Just <$> _)
+(deferred type error)