Rodrigo Mesquita pushed to branch wip/romes/decode-stack-with-ipe at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/ghc-experimental/src/GHC/Stack/Decode/Experimental.hs
    ... ... @@ -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