@hackage dlist0.5
Differences lists
Installation
Dependencies (1)
Dependents (273)
@hackage/arbor-datadog, @hackage/qrcode-core, @cardano/ouroboros-network, @hackage/box, @hackage/cabal-scaffold, @hackage/srtree, Show all…
Package Flags
applicative-in-base(on by default)
DLists: a Haskell list type supporting O(1) append and snoc
Build instructions:
$ runhaskell Setup.lhs configure --prefix=$HOME
$ runhaskell Setup.lhs build
$ runhaskell Setup.lhs install
Running the testsuite: $ cd tests && runhaskell Properties.hs $ cd tests && ghc --make -O2 -ddump-simpl-stats Properties.hs -o prop && ./prop
Author: Don Stewart http://www.cse.unsw.edu.au/~dons