racket/collects/scheme/base.rkt
2010-04-26 06:47:02 -06:00

9 lines
239 B
Racket

#lang scheme/private
(require "private/namespace.ss")
(provide (except-out (all-from-out racket/base)
struct
hash hasheq hasheqv)
make-base-empty-namespace
make-base-namespace)