From: Matthijs Kooijman Date: Wed, 19 Aug 2009 15:32:11 +0000 (+0200) Subject: Let vhld_ty handle free tyvars gracefully. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=8963597a9ec246d8bac113c0ffc05b8192572ed2;hp=8963597a9ec246d8bac113c0ffc05b8192572ed2;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Let vhld_ty handle free tyvars gracefully. Previously, free type vars could result in ugly errors from eval_tfp_int and friends. Now, a type with free type vars is correctly marked as non-representable. ---