5 lines
93 B
Scheme
5 lines
93 B
Scheme
(library (meh generator)
|
|
(export)
|
|
(import (chezscheme))
|
|
(export (import (srfi :158))))
|