Instantiated patterns need `?`, not `_`.

This commit is contained in:
Tony Garnock-Jones 2016-06-18 11:57:11 -04:00
parent eac9f39169
commit e5a38d5fe5
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
(values #'? (values #'?
#'? #'?
'() '()
#'_) #'?)
(values #'non-pair (values #'non-pair
#'non-pair #'non-pair
'() '()