Record the type in TuplePat (necessary for GADTs)
We must record the type of a TuplePat after typechecking, just like a ConPatOut, so that desugaring works correctly for GADTs. See comments with the declaration of HsPat.TuplePat, and test gadt15
Please register or sign in to comment