Use TyVars in a DFunUnfolding
En route to something else I discovered that TcInstDcls.addDFunPrags was building a DFunUnfolding that had TcTyVars in it. They should never survive beyond type checking. It was harmeless, but now affects type pretty-printing. This patch fixes it.
Loading
Please register or sign in to comment