Name: | ghc-foldl |
---|---|
Version: | 1.4.16 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 600491 |
License: | BSD-3-Clause |
RPM: | ghc-foldl-1.4.16-1.el10_0.x86_64.rpm |
Source RPM: | ghc-foldl-1.4.16-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/foldl |
Summary: | Composable, streaming, and efficient left folds |
Description: | This library provides strict left folds that stream in constant memory, and you can combine folds using 'Applicative' style to derive new folds. Derived folds still traverse the container just once and are often as efficient as hand-written folds. |