Fixed remaining warning in coreSyn/MkExternalCore
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 19 Mar 2008 18:25:21 +0000 (18:25 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 19 Mar 2008 18:25:21 +0000 (18:25 +0000)
There was a (suppressed) warning about an incomplete pattern match in make_alt. This was because the DEFAULT alt never has variable bindings. I thought it would be better to check that case and panic if it happens than to have an incomplete pattern. It's still not great, but at least now we don't have to suppress any warnings in this file.


No differences found