Skip to content
  • Ryan Scott's avatar
    Rename TH constructors for deriving strategies · 5349d648
    Ryan Scott authored
    After talking to Richard, he and I concluded that choosing the rather
    common name `Newtype` to represent the corresponding deriving strategy
    in Template Haskell was a poor choice of name. I've opted to rename it
    to something less common (`NewtypeStrategy`) while we still have time. I
    also renamed the corrsponding datatype in the GHC internals so as to
    match it.
    
    Reviewers: austin, goldfire, hvr, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie, mpickering
    
    Differential Revision: https://phabricator.haskell.org/D2814
    
    GHC Trac Issues: #10598
    5349d648