dotlambda/main.rkt
2017-04-09 15:09:42 +02:00

6 lines
167 B
Racket

#lang racket
(require dotlambda
(except-in typed/racket #%module-begin))
(provide (except-out (all-from-out typed/racket))
(all-from-out dotlambda))