
Fix documentation to match. svn: r8886 original commit: 621cff1d9abce5e0fc2cb3bb474f7dd41f15e0af
10 lines
279 B
Scheme
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))
|