Skip to content
  • Ben Gamari's avatar
    SrcLoc: Eliminate constructors of RealSrcSpan · 987426c0
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    This type is occurs very often but previously had multiple, meaning it
    could not be unboxed. Even worse, these constructors didn't offer any
    compelling safety benefits. Thankfully, the type is abstract, so
    changing the representation to be a single-constructor type was quite
    straightforward.
    
    Reviewers: austin
    
    Subscribers: alanz, thomie, hvr
    
    Differential Revision: https://phabricator.haskell.org/D1657
    987426c0