aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/collection/tree/finger.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/finger.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/documentation/lux/data/collection/tree/finger.lux b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
index fe0488db4..fbaac3b6f 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
@@ -15,33 +15,33 @@
[($.default /.tag)
($.default /.root)
- ($.documentation (/.Tree @ tag value)
+ ($.definition (/.Tree @ tag value)
"A finger tree.")
- ($.documentation (/.Builder @ tag)
+ ($.definition (/.Builder @ tag)
"A builder for finter tree structures.")
- ($.documentation /.builder
+ ($.definition /.builder
"A new builder using the given monoid."
[(builder monoid)])
- ($.documentation /.value
+ ($.definition /.value
""
[(value tree)])
- ($.documentation /.tags
+ ($.definition /.tags
""
[(tags tree)])
- ($.documentation /.values
+ ($.definition /.values
""
[(values tree)])
- ($.documentation /.one
+ ($.definition /.one
"Finds one value that meets the predicate."
[(one predicate tree)])
- ($.documentation /.exists?
+ ($.definition /.exists?
"Verifies that a value exists which meets the predicate."
[(exists? predicate tree)])]
[]))