reformatting
This commit is contained in:
parent
dd4c63ab07
commit
9e17a6d993
|
@ -101,8 +101,8 @@
|
|||
(identifier? #'pat)
|
||||
#'(define pat exp)]
|
||||
[(_ pat exp)
|
||||
(let* ((**match-bound-vars** '())
|
||||
(compiled-match
|
||||
(let* ([**match-bound-vars** '()]
|
||||
[compiled-match
|
||||
(gen-match #'the-exp
|
||||
'()
|
||||
#'((pat never-used))
|
||||
|
@ -112,7 +112,7 @@
|
|||
#`(begin
|
||||
#,@(map (lambda (x)
|
||||
#`(set! #,(car x) #,(cdr x)))
|
||||
(reverse bv)))))))
|
||||
(reverse bv)))))])
|
||||
#`(begin #,@(map
|
||||
(lambda (x) #`(define #,(car x) #f))
|
||||
(reverse **match-bound-vars**))
|
||||
|
|
Loading…
Reference in New Issue
Block a user