Re: darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-27 Thread Brian Alliet
On Mon, Apr 23, 2007 at 08:07:07AM +0100, Simon Peyton-Jones wrote: > How are you using 'inline'? I was trying to get the various unpackCString# rules to work with strings with non-ascii characters (the desugarer turns them into unpackCStringUtf8# which doesn't have the foldr/build rules). I wante

RE: darcs patch: Fix the GHC.Base.inline builtin rule

2007-04-23 Thread Simon Peyton-Jones
[Ian: please do not apply this patch] Brian: excellent catch! I can't think how this ever worked, if it ever did. Thanks for finding it, and better still for fixing it. How are you using 'inline'? Do you have an example that exposes whether it works? We'd like to add a regression test. Ac