Skip to content
  • mnislaih's avatar
    Refactoring of Debugger.hs · 01314483
    mnislaih authored
    A big motivation to start with it was getting several independently useful functions out of the Ghci monad and into the IO monad instead. Working in debugger integration for Emacs via the ghc-api is helping me to improve reusability..
          While I was there, I tried to make the code less tangled, easier to understand, switched from implicit Exceptions to explicit Eithers in the bkptTable code, etc.
    01314483