mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
8 lines
115 B
Scheme
8 lines
115 B
Scheme
(define-library (2) ; (srfi 2)
|
|
(import (scheme base))
|
|
(export
|
|
and-let*
|
|
)
|
|
(include "2.scm")
|
|
(begin)
|
|
)
|