11 lines
326 B
Scheme
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]))
|