[Haskell-cafe] Re: ANN: HLint 1.2

2009-01-12 Thread Juan Antonio Zaratiegui Vallecillo, a.k.a. Zara
are not representable!) Best regards, Zara ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: System.Random StdGen read fails on some strings? [also continues: Random/StdGen/read: there is something unclear (or misunderstood!)]

2007-03-19 Thread Zara
On Tue, 13 Mar 2007 14:44:46 +0100, Zara [EMAIL PROTECTED] wrote: On Tue, 13 Mar 2007 00:37:46 -0700, Fritz Ruehr [EMAIL PROTECTED] wrote: According to the documentation for System.Random (see http:// haskell.org/ghc/docs/latest/html/libraries/base/System-Random.html): In addition, read may

[Haskell-cafe] Random/StdGen/read: there is something unclear (or misunderstood!)

2007-03-13 Thread Zara
? As you can see, I am using Hugs, version Sep 2006 to test. TIA, best regards, Zara ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: System.Random StdGen read fails on some strings? [also continues: Random/StdGen/read: there is something unclear (or misunderstood!)]

2007-03-13 Thread Zara
- [Int] testit [] = [] testit xt@(_:xs) = (testit xs) ++ [fst (randomR (1::Int,50) (rd xt))] \end{code} testit thing wotks nice, testit morethanthing stops after the sixth number in the list. Both in HUGS and GHC, last versions Best regards, Zara

[Haskell-cafe] Re: Haskell Side Effect

2006-12-21 Thread Zara
in English, Zara ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe