Skip to content
  • Herbert Valerio Riedel's avatar
    Set up framework for generalising Data.List to Foldables · 3daf0023
    Herbert Valerio Riedel authored
    This renames the Data.List module to Data.OldList, and puts a new
    Data.List module into its place re-exporting all list functions.
    
    The plan is to leave the monomorphic versions of the list functions in
    Data.OldList to help smooth the transition.
    
    The new Data.List module then will simply re-export entities from
    Data.OldList and Data.Foldable.
    
    This refactoring has been placed in a separate commit to be able to
    better isolate any regressions caused by the actual list function
    generalisations when implementing #9586
    
    This also updates the haskell2010, haskell98, and array submodules
    
    Reviewed By: austin, ekmett
    
    Differential Revision: https://phabricator.haskell.org/D228
    3daf0023