aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-03-28 20:53:27 -0400
committerEduardo Julian2017-03-28 20:53:27 -0400
commit757022c288868cc5fb4212fe3cb5ebcaa794c0f9 (patch)
tree6259023861e8c00265f7827b6d069386922bda2b /stdlib/test/tests.lux
parent45100e32862d68639392b7863e5fc2d2d625721b (diff)
- Implemented finger-trees.
- Implemented random-access sequences and priority-queues on top of finger-trees.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index d92595424..c066e551e 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -48,7 +48,9 @@
[stack]
## [vector]
(tree [rose]
- [zipper]))
+ [zipper])
+ ["_;" seq]
+ ["_;" priority-queue])
(text [format])
)
["_;" math]