Algebraic datatype declaration without constructor

2000-07-18 Thread Tim Geisler
ghc-4.08 (the current version in http://www.haskell.org/ghc/dist/4.08/ghc-4.08-i386-unknown-linux.tar.gz) compiles the following program without error: module Main(main) where main = main data Foo = baz According to the Haskell 98 report, this is not legal Haskell. Are there are any Glasgow

Re: green-card in fptools-4.08

2000-07-18 Thread trb
Reuben Thomas writes: What version of ghc are you using to build GreenCard? trb@elysium:/usr/local/src/fptools-build-4.08/green-card ghc --version The Glorious Glasgow Haskell Compilation System, version 4.08 (from the fptools-4.08 I mentioned building from the CVS sources) It works fine

RE: What is `AClass'?

2000-07-18 Thread Simon Peyton-Jones
OK, this is now fixed on the 4.08 branch. In a while we'll ship binaries for 4.08pl1. Simon | -Original Message- | From: Martin Pokorny [mailto:[EMAIL PROTECTED]] | Sent: 18 July 2000 04:13 | To: Simon Peyton-Jones | Cc: Michael Weber; [EMAIL PROTECTED] | Subject: Re: What is `AClass'?