make boot fails

2000-05-31 Thread Josef Sveningsson
Hi! I try to build the hslibs. When I do 'make boot' I get the following: ==fptools== gmake boot --no-print-directory -r; in /users/cs/josefs/fpbuild/hslibs/lang

Re: Traditional bogus warnings

2000-05-31 Thread Josef Sveningsson
Hi! The first warning is really easy to get rid of. I'm sending a patch that does the job (*). The other ones requires some more work. /Josef (*) The code compiles but I haven't actually tested it since I'm having problems compiling the libraries from the current cvs. So, be careful

Re: Inlining errors...

2000-04-27 Thread Josef Sveningsson
On Wed, 19 Apr 2000, Jan-Willem Maessen wrote: I agree so wholeheartedly that I just write a (very!) short paper on the subject for ICFP (having discovered to my surprise that no such write-up existed). It describes how to identify such expressions and hoist them out so they don't end up

Re: strange selectee 11

2000-02-14 Thread Josef Sveningsson
Hi guys! On Mon, 14 Feb 2000, Alastair Reid wrote: Thinking about this more, the error msg has a familiar sound to it. Did you use 4.04 patchlevel 0 or 1 ? pl 0 has some rts-ish probs which were fixed in pl1 (and of course in 4.06). The Glorious Glasgow Haskell Compilation System,

Re: strange selectee 11

2000-02-14 Thread Josef Sveningsson
Sorry for replying on my own posting but... On Mon, 14 Feb 2000, Josef Sveningsson wrote: I also managed to get the 'strange selectee' error but with number 27 instead while compiling. The thing is that I'm running ghc 4.06 . The file I compiled was a Lex generated file. OK, now you all

build error

2000-01-03 Thread Josef Sveningsson
Hi! I'm trying to build ghc using the latest cvs sources. When I do 'gmake all' I get: from ../includes/Rts.h:16, from Itimer.c:25, ../includes/PrimOps.h:806: parse error before `sigset_t' ../includes/PrimOps.h:806: warning: function declaration isn't a

Re: advice wanted on GUI design patterns

1999-09-28 Thread Josef Sveningsson
On Mon, 27 Sep 1999, Havoc Pennington wrote: The question is: how do you structure a GUI program? There is one paper I can recommend that tries to answer this question; "Structuring Graphical Paradigms in TkGofer". It can be found here: http://www.cs.chalmers.se/~koen/Papers/tkgofer.ps The

Re: Dear Santa (Error Messages)

1999-09-15 Thread Josef Sveningsson
On Wed, 15 Sep 1999, George Russell wrote: Re parser combinators. I think I was obviously too rude about these, because of my previous bad experience. Naively it seems to me that there is a trade-off. I am not prepared to settle for anything less than having my grammar statically checked

Re: Haskell Wish list: library documentation

1999-09-09 Thread Josef Sveningsson
On Wed, 8 Sep 1999, Andy Gill wrote: At 05:54 PM 9/8/99 , Andy Gill wrote: I've been playing will possible formats of such documentation. Have a look at http://www.cse.ogi.edu/~andy/gooddoc.htm for what I'm currently thinking of. This looks real nice. As someone else on the list

Re: Towards a more OO Haskell

1999-08-28 Thread Josef Sveningsson
On Fri, 27 Aug 1999, Martin Norb{ck wrote: Fri Aug 27 1999, Michael Hobbs - But to reiterate the point of this message, would anybody be interested in a preprocessor that reads in some sort of class/interface definition and spits out standard Haskell code, which uses the conventions I

Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, version 4.04

1999-07-30 Thread Josef Sveningsson
On Thu, 29 Jul 1999, Simon Marlow wrote: The Glasgow Haskell Compiler -- version 4.04 == [Snip] - Rewrite rules can be specified in the source using the RULES pragma. This is used for automatic fusion of common list

Re: Haskell 2 -- Dependent types?

1999-02-18 Thread Josef Sveningsson
On Wed, 17 Feb 1999, George Beshers wrote: 1. If the tool can resolve the types (and I would expect this to be true most of the time) it can display the types and (if the user or style guide dictates) add the types to the source. 2. If the tool can not resolve the type of a particular

Re: data or class inheritance

1998-06-06 Thread Josef Sveningsson
On Sat, 6 Jun 1998, Fergus Henderson wrote: [...] But I think it would be nice to have better language support. [...] I think you can go even ahead and declare OrganizationThing to be a member of class Organization: instance Organization OrganizationThing where