Fix the type sanity test in genprimopcode's Syntax.hs 2010-11-18
authorIan Lynagh <igloo@earth.li>
Wed, 17 Nov 2010 16:30:31 +0000 (16:30 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Nov 2010 16:30:31 +0000 (16:30 +0000)
commit251ef22f2d2b84de5deb4bddc60c0dfb75be31df
tree9e67b327c92bfe56359247cfd518d80f13a68cc6
parentd78bbf92ef95e687d7706f44acfce91cd39eea60
Fix the type sanity test in genprimopcode's Syntax.hs
We assume this is what it's supposed to be checking. Certainly the old
test (t2 == t2) can't be right.
Spotted by Andres Loeh.
utils/genprimopcode/Syntax.hs