racket/collects/dynext/dynext.ss
2005-05-27 18:56:37 +00:00

9 lines
157 B
Scheme

(module dynext mzscheme
(require "compile.ss" "link.ss" "file.ss")
(provide (all-from "compile.ss")
(all-from "link.ss")
(all-from "file.ss")))