aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/tree/finger.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/collection/tree/finger.lux')
-rw-r--r--stdlib/source/library/lux/data/collection/tree/finger.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/data/collection/tree/finger.lux b/stdlib/source/library/lux/data/collection/tree/finger.lux
index c675916aa..40a70ac2d 100644
--- a/stdlib/source/library/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/library/lux/data/collection/tree/finger.lux
@@ -1,14 +1,14 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- [predicate (#+ Predicate)]
- ["." monoid (#+ Monoid)]]
+ [predicate {"+" [Predicate]}]
+ ["." monoid {"+" [Monoid]}]]
[data
[collection
["." list ("#\." monoid)]]]
[type
- [abstract (#+ abstract: :abstraction :representation)]]]])
+ [abstract {"+" [abstract: :abstraction :representation]}]]]])
... https://en.wikipedia.org/wiki/Finger_tree
(abstract: .public (Tree @ t v)