Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Manuel M. T. Chakravarty
Simon Marlow [EMAIL PROTECTED] wrote, ANNOUNCING Happy 1.9 - The LALR(1) Parser Generator for Haskell - A RedHat 7.0/i386 rpm package is available at

RE: The Set type

2000-12-21 Thread Simon Marlow
George Russell wrote: A minor quibble I know, but every time I use sets I want to add/subtract single elements to/from them. There is no function provided for doing this, so instead you have to do union/delete with a singleton set constructed from the element. Done. Set now has

Re: ANNOUNCE: Happy version 1.9

2000-12-21 Thread Reuben Thomas
ANNOUNCING Happy 1.9 - The LALR(1) Parser Generator for Haskell - A Windows InstallShield package is available at http://www.haskell.org/happy/dist/1.9/happy-1-9.exe -- http://sc3d.org/rrt/ | egrep, n. a bird that debugs

Re: GHC Command Line Help

2000-12-21 Thread George Russell
"Steinitz, Dominic J" wrote: I was experimenting with using FiniteMap. The program compiled ok but the linker gave me the following error. What do I need to include on the command line or have I not installed ghc correctly? [dom@lhrtba8fd85 FiniteMap]$ /usr/bin/ghc -o main test.o