formatting
svn: r17192
This commit is contained in:
parent
c5565d4611
commit
b5114a14c1
|
@ -56,7 +56,9 @@
|
|||
;; forget about the input -- just return a fixed empty input module
|
||||
(module r8 syntax/module-reader whatever
|
||||
#:wrapper2 (lambda (in rd)
|
||||
(if (syntax? (rd in)) #'(module page zzz (#%module-begin)) '(module page zzz (#%module-begin)))))
|
||||
(if (syntax? (rd in))
|
||||
#'(module page zzz (#%module-begin))
|
||||
'(module page zzz (#%module-begin)))))
|
||||
;; the same, the easy way
|
||||
(module r9 syntax/module-reader
|
||||
#:language (lambda () 'zzz)
|
||||
|
|
Loading…
Reference in New Issue
Block a user