Name: | ghc-dlist |
---|---|
Version: | 0.8.0.4 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 76340 |
License: | BSD |
RPM: | ghc-dlist-0.8.0.4-1.el8.x86_64.rpm |
Source RPM: | ghc-dlist-0.8.0.4-1.el8.src.rpm |
Build Date: | Mon Sep 05 2022 |
Build Host: | build-ol8-x86_64.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. |