4 lines
74 B
Scheme
4 lines
74 B
Scheme
|
(define-library (srfi 0)
|
||
|
(import (scheme base))
|
||
|
(export cond-expand))
|