aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/tree/finger.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/collection/tree/finger.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/collection/tree/finger.lux b/stdlib/source/library/lux/data/collection/tree/finger.lux
index b316d4dc5..0d8527308 100644
--- a/stdlib/source/library/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/library/lux/data/collection/tree/finger.lux
@@ -8,10 +8,10 @@
[collection
["[0]" list (.open: "[1]#[0]" monoid)]]]
[type
- [primitive (.only primitive: abstraction representation)]]]])
+ [primitive (.only primitive abstraction representation)]]]])
... https://en.wikipedia.org/wiki/Finger_tree
-(primitive: .public (Tree @ t v)
+(primitive .public (Tree @ t v)
(Record
[#monoid (Monoid t)
#tag t