[1 of 3] Compiling GHC.Debugger.View.Class ( in-memory:GHC.Debugger.View.Class, interpreted )[haskell-debugger-view-in-memory] [2 of 3] Compiling Main ( /Main.hs, interpreted )[main] (hdb) BreakFound {changed = True, breakId = [InternalBreakpointId Main 5], sourceSpan = SourceSpan {file = "/Main.hs", startLine = 27, endLine = 27, startCol = 3, endCol = 28}} (hdb) Stopped at breakpoint (hdb) _result : IO () = :: IO () container : Container = Container containerBefore : Int = _ containerPacked : Char# = 'a' containerPacked2 : Char# = 'b' containerAfter : Char# = 'c' (hdb) Exiting...