From: simonpj@microsoft.com Date: Wed, 6 Jan 2010 16:06:03 +0000 (+0000) Subject: Improve the handling of default methods X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=77166b1729061531eeb77c33f4d3b2581f7d4c41;hp=77166b1729061531eeb77c33f4d3b2581f7d4c41 Improve the handling of default methods 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. ---