[Git][ghc/ghc][master] Update changelog for CLC proposal #107 (NonEmpty laziness)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Mon Dec 30 16:54:34 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
278a53ee by Sergey Vinokurov at 2024-12-30T11:53:59-05:00
Update changelog for CLC proposal #107 (NonEmpty laziness)

- - - - -


1 changed file:

- libraries/base/changelog.md


Changes:

=====================================
libraries/base/changelog.md
=====================================
@@ -7,6 +7,7 @@
   * Modify the implementation of `Control.Exception.throw` to avoid call-sites being inferred as diverging via precise exception.
     ([GHC #25066](https://gitlab.haskell.org/ghc/ghc/-/issues/25066), [CLC proposal #290](https://github.com/haskell/core-libraries-committee/issues/290))
   * `Data.List.NonEmpty.{init,last,tails1}` are now defined using only total functions (rather than partial ones). ([CLC proposal #293](https://github.com/haskell/core-libraries-committee/issues/293))
+  * `Data.List.NonEmpty` functions now have the same laziness as their `Data.List` counterparts (i.e. make them more strict than they currently are) ([CLC proposal #107](https://github.com/haskell/core-libraries-committee/issues/107))
 
 ## 4.21.0.0 *TBA*
   * Introduce `Data.Bounded` module exporting the `Bounded` typeclass (finishing [CLC proposal #208](https://github.com/haskell/core-libraries-committee/issues/208))



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/278a53ee698d961d97afb60be9db2d8bf60b4074

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/278a53ee698d961d97afb60be9db2d8bf60b4074
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241230/bb7a46db/attachment.html>


More information about the ghc-commits mailing list