Fixes the way we check if flattening happened during
authorDimitrios Vytiniotis <dimitris@microsoft.com>
Wed, 18 May 2011 09:13:55 +0000 (10:13 +0100)
committerDimitrios Vytiniotis <dimitris@microsoft.com>
Wed, 18 May 2011 09:13:55 +0000 (10:13 +0100)
canonicalization. We now check whether the returned
coercion is an identity coercion. We used to check
whether we return any constraints from flattening but
that's wrong in the presence of the flattening cache.


No differences found