Re: layout rule infelicity

2002-05-30 Thread Alexander V. Voinov
Hi All, Andrew J Bromage wrote: G'day all. On Thu, May 30, 2002 at 01:10:03PM +0200, Johannes Waldmann wrote: Python has it as well (they stole it from Haskell?) Python's layout rule looks more like Occam's than Haskell's, to my eyes. Aside: Was Occam the first language of the

Re: type classes and generality

2001-07-09 Thread Alexander V. Voinov
Hi All, Fergus Henderson wrote: Ah, now I think I understand your problem. You want to `random' to generate random numbers that span all the possible values of the type within the range [0, 1], or at least a substantial subset, but the Real class doesn't let you generate any numbers other

Re: type classes and generality

2001-07-09 Thread Alexander V. Voinov
Hi All, Lennart Augustsson wrote: Each pseudorandom generator generates a countable sequence of values, which is isomorphic to a sequence of integers. In good old (Turbo)C we got something between 0 and MAXINT and then divided by (double)MAXINT. Can't _this_ be done in Haskell? Of

Re: a cygwin binary package of ghc-5.00.x

2001-05-25 Thread Alexander V. Voinov
this download to compile the head from source yesterday, so I know it works! Simon | -Original Message- | From: Alexander V. Voinov [mailto:[EMAIL PROTECTED]] | Sent: 24 May 2001 19:12 | To: [EMAIL PROTECTED] | Subject: a cygwin binary package of ghc-5.00.x | | | Hi All, | | Do anybody

a cygwin binary package of ghc-5.00.x

2001-05-24 Thread Alexander V. Voinov
Hi All, Do anybody have one? I failed to recompile it with ghc 4.08.x. Thank you in advance Alexander ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: a cygwin binary package of ghc-5.00.x

2001-05-24 Thread Alexander V. Voinov
Hi Mike, Thank you very much for the reply. After having asked I managed to build ghc-5.00.1, and almost succeeded in the rest, till the place where it failed to invoke ghc-asm (or so, I don't remember, it's on a different machine). It's not impossible that I understand how to fix it (it was