cvs commit: fptools/ghc/compiler/hsSyn HsBinds.lhs fptools/ghc/compiler/parser Parser.y fptools/ghc/compiler/rename RnBinds.lhs fptools/ghc/compiler/typecheck TcInstDcls.lhs fptools/ghc/lib/std PrelArr.lhs fptools/hslibs/lang Arra
Simon Peyton-Jones
simonpj@microsoft.com
Thu, 3 May 2001 01:42:07 -0700
| Inline instance dictionary functions.
| Remove {-# INLINE instance #-} support and uses.
Marcin,
I'm getting back online. You seem to have first implemented a new
pragma
INLINE instance, and then removed it again. What I'd like to know is:
what
Is the net effect? Overall, what change have you made?
Simon