updated expected (cons 1 2) error message

This commit is contained in:
John Clements 2011-08-09 09:39:47 -04:00
parent cf5192226e
commit afc01ca2d1

View File

@ -428,7 +428,7 @@
(t 'bad-cons m:upto-int/lam
(cons 1 2)
:: {(cons 1 2)}
-> error: "cons: second argument must be of type <list>, given 1 and 2")
-> error: "cons: second argument must be a list, but received 1 and 2")