Fix Trac #2018: float-out was ignoring the kind of a coercion variable
authorsimonpj@microsoft.com <unknown>
Mon, 7 Jan 2008 14:26:01 +0000 (14:26 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 7 Jan 2008 14:26:01 +0000 (14:26 +0000)
The float-out transformation must handle the case where a coercion
variable is free, which in turn mentions type variables in its kind.
Just like a term variable really.

I did a bit of refactoring at the same time.

Test is tc241

MERGE to stable branch


No differences found