[Haskell] Alex question

2005-10-02 Thread Creighton Hogg
Hi, I've read through the documentation on Alex abit, but since I'm not the sharpest tool in the shed I'm not really seeing the obvious way to take the output file of Alex and make a program that will print out the list of tokens scanned from an input file. I had to do something like this this

[Haskell] Haddock now in Fedora Extras

2005-10-02 Thread Jens Petersen
I'm pleased to announce that Haddock has now been included in Fedora Extras for a few days. :) (Since Fedora Core 4, yum is configured for Fedora Extras by default, so users just need to run "yum install haddock" as root to install.) Jens ___ Haskell ma

[Haskell] The Monad.Reader - http://www.haskell.org/tmrwiki/IssueFive

2005-10-02 Thread Shae Matijs Erisson
For issue five, the subjects are a short introduction to Haskell, generating polyominoes, a ray tracer, number parameterized types, practical graph manipulation, and a short introduction to software testing in Haskell. The Monad.Reader is always in need of articles related to Haskell if you want t

Re: [Haskell] Literal for Infinity

2005-10-02 Thread Lennart Augustsson
Not all FP representations have infinity, and even if they do, they might only have one infinity. -- Lennart Frederik Eaton wrote: I've previously mentioned that I would like to see an 'instance Bounded Double' etc., as part of the standard, which would use 1/0 for maxBound, or the larg

Re: [Haskell] Literal for Infinity

2005-10-02 Thread Frederik Eaton
I've previously mentioned that I would like to see an 'instance Bounded Double' etc., as part of the standard, which would use 1/0 for maxBound, or the largest possible value (there must be one!) for platforms where that is not possible. I don't see a problem with looking at Double values as if the