Use the right type in :force
A missing prime meant that we were considering the wrong type in the GHCi debugger, when doing :force on multiple arguments (issue #17431). The fix is trivial.
Showing
- compiler/ghci/Debugger.hs 5 additions, 3 deletionscompiler/ghci/Debugger.hs
- testsuite/tests/ghci/scripts/T17431.hs 10 additions, 0 deletionstestsuite/tests/ghci/scripts/T17431.hs
- testsuite/tests/ghci/scripts/T17431.script 4 additions, 0 deletionstestsuite/tests/ghci/scripts/T17431.script
- testsuite/tests/ghci/scripts/T17431.stdout 11 additions, 0 deletionstestsuite/tests/ghci/scripts/T17431.stdout
- testsuite/tests/ghci/scripts/all.T 1 addition, 0 deletionstestsuite/tests/ghci/scripts/all.T
Loading
Please register or sign in to comment