diff options
| author | 2025-11-03 22:55:50 -0500 | |
|---|---|---|
| committer | 2025-11-03 22:55:50 -0500 | |
| commit | 860e3809928b6bcca55e38131e279cdcb01d8be7 (patch) | |
| tree | 66d866be9b2034394ab4427e80574377ef02e71f /compat/micro-srfi-225/srfi/225.sld | |
| parent | considering continuations (diff) | |
start moving implementation-dependent code into separate libraries
Diffstat (limited to 'compat/micro-srfi-225/srfi/225.sld')
| -rw-r--r-- | compat/micro-srfi-225/srfi/225.sld | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/compat/micro-srfi-225/srfi/225.sld b/compat/micro-srfi-225/srfi/225.sld index 9e97d76..69274d8 100644 --- a/compat/micro-srfi-225/srfi/225.sld +++ b/compat/micro-srfi-225/srfi/225.sld @@ -1,5 +1,5 @@ (define-library (srfi 225) - (import (scheme base) (scheme case-lambda) (scheme write)) + (import (micro-srfi-225)) (export eqv-alist-dto ;; predicates @@ -49,11 +49,4 @@ dictionary-error dictionary-error? dictionary-message - dictionary-irritants) - (begin - (define-record-type <derror> - (dictionary-error message irritants) - dictionary-error? - (message dictionary-message) - (irritants dictionary-irritants))) - (include "225.scm"))
\ No newline at end of file + dictionary-irritants))
\ No newline at end of file |
