Bugfix: for some reason #lang type-expander/lang stopped to work after replacing the lang.rkt symlink, to fix #11.

This commit is contained in:
Georges Dupéron 2017-05-05 14:36:15 +02:00
parent 534de53a29
commit f4ed90dd26

3
lang/lang/reader.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang racket/base
(require "../reader.rkt")
(provide (all-from-out "../reader.rkt"))