aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/data/coll/tree/zipper.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test/test/lux/data/coll/tree/zipper.lux')
-rw-r--r--stdlib/test/test/lux/data/coll/tree/zipper.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/test/test/lux/data/coll/tree/zipper.lux b/stdlib/test/test/lux/data/coll/tree/zipper.lux
index ed0318cfe..143229dc5 100644
--- a/stdlib/test/test/lux/data/coll/tree/zipper.lux
+++ b/stdlib/test/test/lux/data/coll/tree/zipper.lux
@@ -1,15 +1,15 @@
(;module:
lux
(lux [io]
- (control monad)
+ (control monad
+ pipe)
(data (coll [list "List/" Fold<List> Functor<List>]
(tree ["&" zipper]
[rose]))
[text "Text/" Monoid<Text>]
text/format
[number])
- ["R" math/random]
- pipe)
+ ["R" math/random])
lux/test)
(def: gen-tree