Skip to content
  • Ben Gamari's avatar
    vectorise: Put it out of its misery · faee23bb
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Poor DPH and its vectoriser have long been languishing; sadly it seems there is
    little chance that the effort will be rekindled. Every few years we discuss
    what to do with this mass of code and at least once we have agreed that it
    should be archived on a branch and removed from `master`. Here we do just that,
    eliminating heaps of dead code in the process.
    
    Here we drop the ParallelArrays extension, the vectoriser, and the `vector` and
    `primitive` submodules.
    
    Test Plan: Validate
    
    Reviewers: simonpj, simonmar, hvr, goldfire, alanz
    
    Reviewed By: simonmar
    
    Subscribers: goldfire, rwbarton, thomie, mpickering, carter
    
    Differential Revision: https://phabricator.haskell.org/D4761
    faee23bb