Improve the handling of default methods
authorsimonpj@microsoft.com <unknown>
Wed, 6 Jan 2010 16:06:03 +0000 (16:06 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 6 Jan 2010 16:06:03 +0000 (16:06 +0000)
See the long Note [INLINE and default methods].

This patch changes a couple of data types, with a knock-on effect on
the format of interface files.  A lot of files get touched, but is a
relatively minor change.  The main tiresome bit is the extra plumbing
to communicate default methods between the type checker and the
desugarer.


No differences found