Name : ghc-recursion-schemes
| |
Version : 5.2.2.2
| Vendor : openSUSE
|
Release : bp154.1.14
| Date : 2022-05-09 12:56:05
|
Group : Unspecified
| Source RPM : ghc-recursion-schemes-5.2.2.2-bp154.1.14.src.rpm
|
Size : 0.63 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Representing common recursion patterns as higher-order functions
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/standard/x86_64 |