aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/tree/finger.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/collection/tree/finger.lux')
-rw-r--r--stdlib/source/lux/data/collection/tree/finger.lux5
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/source/lux/data/collection/tree/finger.lux b/stdlib/source/lux/data/collection/tree/finger.lux
index f35129dff..03c23702c 100644
--- a/stdlib/source/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/lux/data/collection/tree/finger.lux
@@ -2,10 +2,7 @@
[lux #*
[abstract
["m" monoid]
- [predicate (#+ Predicate)]]
- [data
- [text
- format]]])
+ [predicate (#+ Predicate)]]])
(type: #export (Node m a)
(#Leaf m a)