dotlambda/lang.rkt
Georges Dupéron e2805e639d Initial commit
2017-04-08 22:37:01 +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))