ext-core library: Fix performance bug
isUtupleTy was implemented inefficiently (and is called a lot by the typechecker). Replaced with uglier but faster code.
Please register or sign in to comment
isUtupleTy was implemented inefficiently (and is called a lot by the typechecker). Replaced with uglier but faster code.