racket/collects/dynext/dynext.rkt
2010-04-27 16:50:15 -06:00

9 lines
157 B
Racket

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