Fix IS macro's handling of the default (unknown) case
authorMarco Baringer <mb@bese.it>
Fri, 10 Feb 2006 09:57:55 +0000 (10:57 +0100)
committerMarco Baringer <mb@bese.it>
Fri, 10 Feb 2006 09:57:55 +0000 (10:57 +0100)
In the list-match-case form we were using _? (which only matches the
symbol _?) instead of ?_ (which matches anything), so the default
clause was never being used.


No differences found