git.haskell.org
/
ghc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't infer CallStacks
[ghc.git]
/
testsuite
/
tests
/
ghci
/
scripts
/
ghci046.stdout
diff --git
a/testsuite/tests/ghci/scripts/ghci046.stdout
b/testsuite/tests/ghci/scripts/ghci046.stdout
index
8b11297
..
c4e7cf3
100644
(file)
--- a/
testsuite/tests/ghci/scripts/ghci046.stdout
+++ b/
testsuite/tests/ghci/scripts/ghci046.stdout
@@
-2,5
+2,5
@@
AND HTrue HTrue :: *
= HTrue
AND (OR HFalse HTrue) (OR HTrue HFalse) :: *
= HTrue
-t ::
(?callStack::CallStack) =>
HTrue
-t ::
(?callStack::CallStack) =>
HFalse
+t :: HTrue
+t :: HFalse