mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
4 lines
67 B
Scheme
4 lines
67 B
Scheme
|
|
(define-library (scheme load)
|
|
(import (chibi))
|
|
(export load))
|