- {-# WARNING #-} for Data.List.{head,tail} in future GHC 9.8 https://ghc.gitlab.haskell.org/ghc/doc/libraries/base-4.18.0.0/Data-List.html#v:head 38 comments haskell
- Add {-# WARNING #-} to Data.List.{head,tail} https://github.com/haskell/core-libraries-committee/issues/87 32 comments haskell
- Seeking community feedback on Data.List monomorphisation https://github.com/haskell/core-libraries-committee/issues/22#issuecomment-1074567260 14 comments haskell
- Functions of Data.List aren't specialized to lists http://hackage.haskell.org/package/base-4.8.1.0/docs/Data-List.html#v:foldl 57 comments haskell
- Frege: has now equivalents of Data.List, Data.Maybe, Control.Monad in its standard library http://fregepl.blogspot.com/2012/02/library-support.html 15 comments haskell