Differences lists: a list-like type supporting O(1) append https://hackage.haskell.org/package/%(echo
Go to file
2024-01-05 22:49:23 +01:00
ghc-dlist.spec rebuilt with ghc 9.4.8 [release 1.0-2mamba;Sat Dec 02 2023] 2024-01-05 22:49:23 +01:00
README.md package created by silvan using the webbuild interface [release 0.5-1mamba;Sun Sep 08 2013] 2024-01-05 22:49:23 +01:00

ghc-dlist

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.