diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break001.stderr')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break001.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break001.stderr b/testsuite/tests/ghci.debugger/scripts/break001.stderr new file mode 100644 index 0000000000..cb0cc93ac7 --- /dev/null +++ b/testsuite/tests/ghci.debugger/scripts/break001.stderr @@ -0,0 +1,7 @@ + +<interactive>:1:1: + Ambiguous type variable `t' in the constraint: + (Show t) arising from a use of `print' + Cannot resolve unknown runtime types: t + Use :print or :force to determine these types + In a stmt of an interactive GHCi command: print it |