| Name: | ghc-dlist |
|---|---|
| Version: | 0.8.0.4 |
| Release: | 1.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 138244 |
| License: | BSD |
| RPM: | ghc-dlist-0.8.0.4-1.el8.aarch64.rpm |
| Source RPM: | ghc-dlist-0.8.0.4-1.el8.src.rpm |
| Build Date: | Mon Sep 05 2022 |
| Build Host: | build-ol8-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://hackage.haskell.org/package/dlist |
| Summary: | Difference lists |
| Description: | Difference lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing (e.g. with the Writer monad), where list append quickly becomes too expensive. |