diff options
| author | 2025-11-04 08:24:27 -0500 | |
|---|---|---|
| committer | 2025-11-04 08:24:27 -0500 | |
| commit | f1c3054215f58b4a4cca3a7716993c273c87ca74 (patch) | |
| tree | 1ee2cad102f87ff65f5ef12eda019c79110792a0 /lib/cuprate/rewriters.sld | |
| parent | start moving implementation-dependent code into separate libraries (diff) | |
move rewriters to implementation file, make rewriter cycle-detecting
Diffstat (limited to 'lib/cuprate/rewriters.sld')
| -rw-r--r-- | lib/cuprate/rewriters.sld | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/cuprate/rewriters.sld b/lib/cuprate/rewriters.sld deleted file mode 100644 index a375cc8..0000000 --- a/lib/cuprate/rewriters.sld +++ /dev/null @@ -1,7 +0,0 @@ -(define-library (cuprate rewriters) - (import (scheme base)) - (export rewriters rewrite) - (cond-expand - (chicken-5 (import (cuprate rewriters chicken))) - (foment (import (cuprate rewriters foment))) - (else (import (cuprate rewriters r7rs)))))
\ No newline at end of file |
