ext-core library: Fix performance bug
authorTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 12 Sep 2008 02:53:14 +0000 (02:53 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Fri, 12 Sep 2008 02:53:14 +0000 (02:53 +0000)
commitce9526912145f8cf853877bda6fea86b6417fa01
tree127afc5b905df4e201cda4c1a046daf8f31eb7cf
parent809c7e56d9ee65312211127006475f8545afe4eb
ext-core library: Fix performance bug

isUtupleTy was implemented inefficiently (and is called a lot by the typechecker). Replaced with uglier but faster code.
utils/ext-core/Language/Core/Core.hs