diff options
| author | 2024-12-23 22:48:22 -0500 | |
|---|---|---|
| committer | 2024-12-23 22:48:22 -0500 | |
| commit | 4586e1dee2c15d3cfbcdd0429d494932341b4cc5 (patch) | |
| tree | 31746b9a0e2044e3d380dafc337108895c6e3ea6 /mcgoron.iterator.string.sld | |
| parent | string iterator (diff) | |
refactor iterator to be simpler
Diffstat (limited to 'mcgoron.iterator.string.sld')
| -rw-r--r-- | mcgoron.iterator.string.sld | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mcgoron.iterator.string.sld b/mcgoron.iterator.string.sld index a72b9d0..d024e47 100644 --- a/mcgoron.iterator.string.sld +++ b/mcgoron.iterator.string.sld @@ -14,10 +14,10 @@ |# (define-library (mcgoron iterator string) - (import (scheme base) (mcgoron iterator base) - (scheme case-lambda) - (srfi 130) (srfi 128) (srfi 26)) - (export string-iterator-implementation + (import (scheme base) + (srfi 130) (srfi 128) (srfi 26) + (mcgoron iterator base)) + (export cursor->iterator string-iterator-start string-iterator-end string-index->iterator) |
