Skip to content
  • John Ericson's avatar
    Delete some superfluous helper functions in HscMain · eb629fab
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    The driver code is some of the nastiest in GHC, and I am worried about
    being able to untangle all the tech debt. In `HscMain` we have a number
    of helpers which are either not-used or little used. I delete them so we
    can reduce cognative load, distilling the essential complexity away from
    the cruft.
    eb629fab