main
Matthew Butterick 9 years ago
parent cf3cc42dd0
commit 01ca734c2f

@ -13,4 +13,4 @@
[else (typeset-fit (atomize main-quad))])))
(module reader syntax/module-reader
"main.rkt")
quad/main)

@ -6,7 +6,7 @@ but substitutes a Scribble-style text-based reader
|#
(module reader syntax/module-reader
"main.rkt"
quad/main
#:read quad-read
#:read-syntax quad-read-syntax
#:whole-body-readers? #t ;; need this to make at-reader work

Loading…
Cancel
Save