racket/collects/typed-scheme/no-check.ss
2008-09-10 14:49:15 -04:00

5 lines
120 B
Scheme

#lang scheme/base
(require "private/prims.ss")
(provide (all-from-out scheme/base)
(all-from-out "private/prims.ss"))