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 SP5 |
Version: 5.2.2.2 | Vendor: openSUSE |
Release: bp155.2.2 | Build date: Thu Dec 22 11:39:43 2022 |
Group: Unspecified | Build host: obs-arm-5 |
Size: 720920 | Source RPM: ghc-recursion-schemes-5.2.2.2-bp155.2.2.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
* 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/lib/ghc-8.10.7/recursion-schemes-5.2.2.2 /usr/lib/ghc-8.10.7/recursion-schemes-5.2.2.2/libHSrecursion-schemes-5.2.2.2-CzbNtbIkpiq2QrcVEElZ11-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 13:55:41 2025