diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-01-24 13:34:50 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-02-11 15:36:14 +0000 |
commit | f4fb94f366cc3c25f0d77e977611105ac75d9aa5 (patch) | |
tree | c5ff0e2d7ac8cd8523c8c91e4fc22765eb9da43e /testsuite/tests/ghci.debugger | |
parent | b4715d67ae90f4cc847daa94f0fc056a40057d65 (diff) | |
download | haskell-f4fb94f366cc3c25f0d77e977611105ac75d9aa5.tar.gz |
In CoreSubst, optimize Coercible values aggressively
just like boxed type equalities.
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/print018.stdout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/print018.stdout b/testsuite/tests/ghci.debugger/scripts/print018.stdout index 26861305f3..d5b7d4603c 100644 --- a/testsuite/tests/ghci.debugger/scripts/print018.stdout +++ b/testsuite/tests/ghci.debugger/scripts/print018.stdout @@ -3,9 +3,9 @@ Stopped at ../Test.hs:40:1-17 _result :: () = _ Stopped at ../Test.hs:40:10-17 _result :: () = _ -x :: a = _ -x = (_t1::a) -x :: a +x :: a17 = _ +x = (_t1::a17) +x :: a17 () x = Unary x :: Unary |