diff options
| author | 2024-12-28 22:47:45 -0500 | |
|---|---|---|
| committer | 2024-12-28 22:47:45 -0500 | |
| commit | d36a20730ad7d1467ad0483bdd308755c072b0fe (patch) | |
| tree | f568798b74201d4d00f677b48734dcae57383d00 /mcgoron.iterator.list.sld | |
| parent | refactor exceptions to be less verbose (diff) | |
more list work
Diffstat (limited to '')
| -rw-r--r-- | mcgoron.iterator.list.sld | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mcgoron.iterator.list.sld b/mcgoron.iterator.list.sld index e3e5da8..b286c37 100644 --- a/mcgoron.iterator.list.sld +++ b/mcgoron.iterator.list.sld @@ -15,8 +15,11 @@ (define-library (mcgoron iterator list) (import (scheme base) (srfi 128) - (mcgoron iterator base) (mcgoron iterator exceptions)) - (export list-iterator-start list-iterator-end - make-list-iterator) + (mcgoron iterator base) + (mcgoron iterator exceptions) + (mcgoron iterator srfi 128)) + (export list-iterator-start + list-iterator + list-iterator?) (include "mcgoron.iterator.list.scm")) |
