Skip to content
  • Ben Gamari's avatar
    Kill the magic of Any · 24d76153
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    This turns `Any` into a standard wired-in type family defined in
    `GHC.Types`, instead its current incarnation as a magical creature
    provided by the `GHC.Prim`.  Also kill `AnyK`.
    
    See #10886.
    
    Test Plan: Validate
    
    Reviewers: simonpj, goldfire, austin, hvr
    
    Reviewed By: simonpj
    
    Subscribers: goldfire, thomie
    
    Differential Revision: https://phabricator.haskell.org/D2049
    
    GHC Trac Issues: #10886
    24d76153