blob: f25e75b4f33bdde33fbd597b3bebf944caf54bb1 (
plain)
1
2
3
4
5
6
7
|
The dlist package implements differences lists for Haskell: a list-like type
supporting O(1) append and snoc.
This requires ghc.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|