more else -> _ conversions

This commit is contained in:
Robby Findler 2013-05-04 10:36:42 -05:00
parent ad8b5c5eb7
commit f8e8c42780

View File

@ -98,7 +98,7 @@ turns into this:
`(list ,lpat ...)
(? (compose not pair?))) ;; pattern for literals (numbers, strings, prefabs, etc etc etc)
(if allow-else?
(list 'else)
(list '_)
(list))))
(for ([pat (in-list pats)])
(when (null? should-be-pats)