Skip to content
  • David Feuer's avatar
    Don't derive showList · 83ac4624
    David Feuer authored
    There's no obvious reason to derive the definition of `showList`,
    manually inlining the default definition. Let's just use
    the default definition in the usual manner.
    
    Garbage collect a few unused `RdrNames` from `PrelNames`:
    `showList`, `showList__`, and `/=`.
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: RyanGlScott, rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3403
    83ac4624