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

11 lines
225 B
Racket

(module base mzscheme
(require "prims.ss"
"runtime.ss")
(define base-importing-stx #'here)
(provide (all-from mzscheme)
(all-from "prims.ss")
(all-from "runtime.ss")
base-importing-stx))