5 lines
94 B
Scheme
5 lines
94 B
Scheme
(library (meh flexvector)
|
|
(export)
|
|
(import (chezscheme))
|
|
(export (import (srfi :214))))
|