Rodrigo Mesquita pushed to branch wip/romes/step-out-5 at Glasgow Haskell Compiler / GHC
Commits:
81bee76d by Rodrigo Mesquita at 2025-06-23T13:28:49+00:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Ben Gamari
- - - - -
1 changed file:
- compiler/GHC/Runtime/Eval/Types.hs
Changes:
=====================================
compiler/GHC/Runtime/Eval/Types.hs
=====================================
@@ -105,7 +105,7 @@ from which step-out was initiated. A trivial example is a case expression:
f x = case <brk>g x of ...
-If we're stopped in <brk>, the continuation will be case alternatives rather
+If we're stopped in <brk>, the continuation will be in the case alternatives rather
than in the function which called `f`. This is especially relevant for monadic
do-blocks which may end up being compiled to long chains of case expressions,
such as IO, and we don't want to stop at every line in the block while stepping out!
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/81bee76dde05a2c3e99371dc1a15053b...
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/81bee76dde05a2c3e99371dc1a15053b...
You're receiving this email because of your account on gitlab.haskell.org.