RE: MonoLocalBinds and darcs

2010-11-04 Thread Simon Peyton-Jones
| Well, I'm aware that it's a compromise. I don't know how to do a bang-up principled | job of typechecking local polymorphism, so GHC does a best-effort job. In fact best | effort is pretty good, and it's not hard to implement, so | a) I don't expect to remove NoLocalMonoBinds |

RE: Loop optimisation with identical counters

2010-11-04 Thread Simon Peyton-Jones
Interesting. What would it look like in Core? Anyone care to make a ticket? S | -Original Message- | From: glasgow-haskell-users-boun...@haskell.org [mailto:glasgow-haskell-users- | boun...@haskell.org] On Behalf Of Roman Leshchinskiy | Sent: 03 November 2010 10:55 | To:

Re: Loop optimisation with identical counters

2010-11-04 Thread Christian Hoener zu Siederdissen
Here it is, feel free to change: http://hackage.haskell.org/trac/ghc/ticket/4470 I have added the core for the sub-optimal function 'f'. Criterion benchmarks are there, too. It doesn't make much of a difference for this case -- I'd guess because everything fits into registers here, anyway.

Re: link problem under macosx

2010-11-04 Thread Christian Maeder
Am 03.11.2010 11:59, schrieb John Lato: From: Simon Michael si...@joyful.com mailto:si...@joyful.com On 11/2/10 10:20 AM, John Lato wrote: Since Apple seems disinclined to fix the system's libiconv, and macports projects refuse to use it, the only real solution is to

Re: Unicode windows console output.

2010-11-04 Thread David Sankel
On Thu, Nov 4, 2010 at 6:09 AM, Simon Marlow marlo...@gmail.com wrote: On 04/11/2010 02:35, David Sankel wrote: On Wed, Nov 3, 2010 at 9:00 AM, Simon Marlow marlo...@gmail.com mailto:marlo...@gmail.com wrote: On 03/11/2010 10:36, Bulat Ziganshin wrote: Hello Max,