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:
parent
534de53a29
commit
f4ed90dd26
3
lang/lang/reader.rkt
Normal file
3
lang/lang/reader.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang racket/base
|
||||
(require "../reader.rkt")
|
||||
(provide (all-from-out "../reader.rkt"))
|
Loading…
Reference in New Issue
Block a user