Rodrigo Mesquita pushed to branch wip/romes/decode-stack-with-ipe at Glasgow Haskell Compiler / GHC
Commits:
-
745b038d
by Rodrigo Mesquita at 2026-03-18T17:34:27+00:00
1 changed file:
Changes:
| ... | ... | @@ -7,6 +7,7 @@ module GHC.Stack.Decode.Experimental ( |
| 7 | 7 | StackEntry(..),
|
| 8 | 8 | -- * Pretty printing
|
| 9 | 9 | prettyStackFrameWithIpe,
|
| 10 | + prettyStackEntry,
|
|
| 10 | 11 | ) where
|
| 11 | 12 | |
| 12 | 13 | import GHC.Internal.Stack.Decode |