aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/collection/tree.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/documentation/lux/data/collection/tree.lux b/stdlib/source/documentation/lux/data/collection/tree.lux
index fca76d251..4e063f788 100644
--- a/stdlib/source/documentation/lux/data/collection/tree.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree.lux
@@ -18,22 +18,22 @@
""
[($.default \\parser.cannot_move_further)
- ($.documentation (\\parser.Parser it)
+ ($.definition (\\parser.Parser it)
"A parser of arbitrary trees.")
- ($.documentation \\parser.result'
+ ($.definition \\parser.result'
"Applies the parser against a tree zipper."
[(result' parser zipper)])
- ($.documentation \\parser.result
+ ($.definition \\parser.result
"Applies the parser against a tree."
[(result parser tree)])
- ($.documentation \\parser.value
+ ($.definition \\parser.value
"Yields the value inside the current tree node.")
(,, (with_template [<name> <doc>]
- [($.documentation <name>
+ [($.definition <name>
<doc>)]
[\\parser.down "Move down."]
@@ -61,22 +61,22 @@
($.default /.functor)
($.default /.mix)
- ($.documentation (/.Tree it)
+ ($.definition (/.Tree it)
"A generic tree data-structure.")
- ($.documentation /.flat
+ ($.definition /.flat
"All the leaf values of the tree, in order."
[(flat tree)])
- ($.documentation /.leaf
+ ($.definition /.leaf
""
[(leaf value)])
- ($.documentation /.branch
+ ($.definition /.branch
""
[(branch value children)])
- ($.documentation /.tree
+ ($.definition /.tree
"Tree literals."
[(is (Tree Nat)
(tree 12