aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-mutable-containers/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-mutable-containers/pkg-descr')
-rw-r--r--devel/hs-mutable-containers/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/hs-mutable-containers/pkg-descr b/devel/hs-mutable-containers/pkg-descr
deleted file mode 100644
index a204e34b67cf..000000000000
--- a/devel/hs-mutable-containers/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-One of Haskell's strengths is immutable data structures. These
-structures make it easier to reason about code, simplify concurrency and
-parallelism, and in some cases can improve performance by allowing
-sharing. However, there are still classes of problems where mutable
-data structures can both be more convenient, and provide a performance
-boost. This library is meant to provide such structures in a
-performant, well tested way. It also provides a simple abstraction over
-such data structures via typeclasses.
-
-WWW: https://github.com/fpco/mutable-containers