Make the treatment of equalities more uniform
authorsimonpj@microsoft.com <unknown>
Mon, 7 Jan 2008 14:23:06 +0000 (14:23 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 7 Jan 2008 14:23:06 +0000 (14:23 +0000)
This patch (which is part of the fix for Trac #2018) makes coercion variables
be handled more uniformly.  Generally, they are treated like dictionaries
in the type checker, not like type variables, but in a couple of places we
were treating them like type variables.  Also when zonking we should use
zonkDictBndr not zonkIdBndr.


No differences found