racket/collects/dynext/dynext.rkt
2011-07-02 10:37:53 -04:00

8 lines
178 B
Racket

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