typed-racket/collects/typed-scheme/main.ss
Sam Tobin-Hochstadt 90e30f8ee7 Move typed-scheme/lang/main.ss to typed-scheme/main.ss.
Fix documentation to match.

svn: r8886

original commit: 621cff1d9abce5e0fc2cb3bb474f7dd41f15e0af
2008-03-04 23:18:16 +00:00

10 lines
279 B
Scheme

#lang s-exp "minimal.ss"
(providing (libs (except scheme/base require #%module-begin #%top-interaction with-handlers lambda #%app))
(basics #%module-begin
#%top-interaction
with-handlers
lambda
#%app)
(from scheme require))