From: Matthijs Kooijman Date: Sun, 21 Jun 2009 15:24:29 +0000 (+0200) Subject: Don't propagate types with free tyvars. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=f18e8ab055de511846f09efc7752628013142d0f;hp=f18e8ab055de511846f09efc7752628013142d0f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Don't propagate types with free tyvars. Any free type variables in a type argument wouldn't be in scope in the new function. Eventually, beta reducation and applicable inlining should make sure that all type variables are resolved. ---