8 lines
255 B
Racket
8 lines
255 B
Racket
#lang racket
|
|
|
|
(require dotlambda/implementation
|
|
(except-in typed/racket
|
|
#%module-begin
|
|
#%top-interaction))
|
|
(provide (except-out (all-from-out typed/racket))
|
|
(all-from-out dotlambda/implementation)) |