9 lines
157 B
Racket
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")))
|