Name: | ghc-dlist |
---|---|
Version: | 0.5 |
Release: | 11.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1516 |
License: | BSD |
RPM: | ghc-dlist-0.5-11.el7.aarch64.rpm |
Source RPM: | ghc-dlist-0.5-11.el7.src.rpm |
Build Date: | Fri Jul 27 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/dlist |
Summary: | Haskell differences lists |
Description: | Differences lists: 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. |