aboutsummaryrefslogtreecommitdiffstats
path: root/mcgoron.iterator.base.sld
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-12-23 23:30:45 -0500
committerGravatar Peter McGoron 2024-12-23 23:30:45 -0500
commit6a9db3c52926e48fcbab75c90cfac81eb364d948 (patch)
treeda9effbf527bba1d8ecba467c2179c3175c36f0c /mcgoron.iterator.base.sld
parentrefactor iterator to be simpler (diff)
string-iterator: use external function to simplify iterative application of predicate
Diffstat (limited to '')
-rw-r--r--mcgoron.iterator.base.sld3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcgoron.iterator.base.sld b/mcgoron.iterator.base.sld
index 3c7fe84..79f7830 100644
--- a/mcgoron.iterator.base.sld
+++ b/mcgoron.iterator.base.sld
@@ -21,6 +21,7 @@
iterator-ref
iterator->index
iterator-get-private
- iterator=? iterator<? iterator>? iterator<=? iterator>=?)
+ iterator=? iterator<? iterator>? iterator<=? iterator>=?
+ iteratively-apply-predicate)
(include "generic-iterator.scm"))