commit f4ed90dd265bb4c0a7233b71a17cca5029d5cc66
parent 534de53a299156c6ea1fa5137ea823e9ceb8f151
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Fri, 5 May 2017 14:36:15 +0200
Bugfix: for some reason #lang type-expander/lang stopped to work after replacing the lang.rkt symlink, to fix #11.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lang/lang/reader.rkt b/lang/lang/reader.rkt
@@ -0,0 +1,3 @@
+#lang racket/base
+(require "../reader.rkt")
+(provide (all-from-out "../reader.rkt"))
+\ No newline at end of file