Simplifying organization

original commit: 6d3d135f4cc3c480dda283c0c240040f3cf14930
This commit is contained in:
Jay McCarthy 2010-06-26 13:36:33 -06:00
parent abb211b522
commit 062703ebba

View File

@ -1,5 +1,5 @@
(module reader syntax/module-reader
#:language 'datalog/lang/module
#:language 'datalog/lang/lang
#:read
(lambda ([in (current-input-port)])
(this-read-syntax #f in))