Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-recursion-schemes | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 5.2.2.5 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Tue Mar 5 11:20:18 2024 |
Group: Unspecified | Build host: h02-ch2d |
Size: 656708 | Source RPM: ghc-recursion-schemes-5.2.2.5-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/recursion-schemes | |
Summary: Representing common recursion patterns as higher-order functions |
Many recursive functions share the same structure, e.g. pattern-match on the input and, depending on the data constructor, either recur on a smaller input or terminate the recursion with the base case. Another one: start with a seed value, use it to produce the first element of an infinite list, and recur on a modified seed in order to produce the rest of the list. Such a structure is called a recursion scheme. Using higher-order functions to implement those recursion schemes makes your code clearer, faster, and safer. See README for details.
BSD-2-Clause
* Sun Oct 15 2023 Peter Simons <psimons@suse.com> - Update recursion-schemes to version 5.2.2.5. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/recursion-schemes-5.2.2.5/src/CHANGELOG.markdown * Mon Nov 01 2021 psimons@suse.com - Update recursion-schemes to version 5.2.2.2. [#]# 5.2.2.2 * Support GHC-9.0 and GHC-9.2 * Mon Mar 22 2021 psimons@suse.com - Update recursion-schemes to version 5.2.2.1. [#]# 5.2.2.1 * Fix build issue regarding `Setup.hs`. See #120. * Sun Feb 21 2021 psimons@suse.com - Update recursion-schemes to version 5.2.2. [#]# 5.2.2 * More Mendler-style recursion-schemes: `mpara`, `mzygo`, `mana`, `mapo`, and `mfutu`. * `makeBaseFunctor` no longer generates warnings when combined with DerivingStrategies. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Tue Oct 20 2020 psimons@suse.com - Add recursion-schemes at version 5.2.1.
/usr/lib64/ghc-8.10.7/recursion-schemes-5.2.2.5 /usr/lib64/ghc-8.10.7/recursion-schemes-5.2.2.5/libHSrecursion-schemes-5.2.2.5-74um5wRKJq55wXY1sfLz8i-ghc8.10.7.so /usr/share/licenses/ghc-recursion-schemes /usr/share/licenses/ghc-recursion-schemes/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:02:59 2025