typed-racket/collects/typed-scheme/main.ss
Sam Tobin-Hochstadt f7e9881b1d Reduce quantity of requires.
svn: r9665

original commit: dbc3fa436750cf7182093a3a8a2d448ed770fe80
2008-05-05 21:27:10 +00:00

11 lines
326 B
Scheme

#lang s-exp "minimal.ss"
(providing (libs (except scheme/base #%module-begin #%top-interaction with-handlers lambda #%app)
(except "private/prims.ss"))
(basics #%module-begin
#%top-interaction
lambda
#%app))
(provide (rename-out [with-handlers: with-handlers]))