problems with Array.elems in ghc-5.02

2001-10-23 Thread Bostjan Slivnik
Hi, I am afraid I have to report a bug in the Array module which is a part of ghc-5.02. Consider the following program: module Main where import Array import List data Foo = Foo Int [Foo] instance Eq Foo where (==)(Foo f1 _) (Foo f2 _) = (==)f1 f2 instance Ord

Re: Literate Programming in Haskell?

2001-02-19 Thread Bostjan Slivnik
In the Haskell community is there a generally accepted best way to approach Literate Programming? The language has support for literate comments, but it seems that many common LP tools don't respect it. I'm also very interested in this, but ideally I would want the output to be in

Re: Press Release

1998-04-01 Thread Bostjan Slivnik
Microsoft And Yale Conclude Agreement To License Technology For Haskell Microsoft Demonstrates Haskell-Compatible Browser and Tools NEW HAVEN - April 1, 1998 - At a press conference today Microsoft Corp. (Nasdaq: MSFT) announced it has concluded an agreement to license the Haskell

3.00 instalation problem

1998-02-02 Thread Bostjan Slivnik
This is not a bug report but a question concerning GHC 3.00 installation on Linux. I tried to install GHC 3.00 following the instructions for building from the source distribution. However, after ``gmake all'' and a large amount of time I got this: --- BEGIN --- ghc-2.10 -cpp -fglasgow-exts