Re: [Haskell] Re: ANNOUNCE: The jhc Haskell compiler.

2005-04-26 Thread Benjamin Franksen
On Tuesday 26 April 2005 11:15, Tony Finch wrote: > On Tue, 26 Apr 2005, Ashley Yakeley wrote: > > Does that mean my program will be GPL if I compile it with jhc? > > No; cf. gcc. Fr details see http://www.gnu.org/licenses/gpl-faq.html#CanIUseGPLToolsForNF Ben

Re: [Haskell] MPTCs and type inference

2005-04-26 Thread Andreas Rossberg
Thanks for the detailed explanation that helped clearing up the smog in my head. I reckoned that once more the MR was to blame, at least for part of it. in particular, when I compare with the single parameter case: class C a where fc :: a -> a -> () c1 x = let p = fc x in () c2 x = let p y

[Haskell] ICLP 2005 Doctoral Consortium: Call for Applications

2005-04-26 Thread ICLP 2005
International Conference on Logic Programming Doctoral Consortium Sitges (Barcelona), Spain October 2-5, 2005 http://www.cs.nmsu.edu/~epontell/DC2005 --- The ICLP Doctoral Consortium (DC)

Re: [Haskell] Re: ANNOUNCE: The jhc Haskell compiler.

2005-04-26 Thread Tony Finch
On Tue, 26 Apr 2005, Ashley Yakeley wrote: > > Does that mean my program will be GPL if I compile it with jhc? No; cf. gcc. Tony. -- f.a.n.finch <[EMAIL PROTECTED]> http://dotat.at/ BISCAY: WEST 5 OR 6 BECOMING VARIABLE 3 OR 4. SHOWERS AT FIRST. MODERATE OR GOOD. __

[Haskell] Re: ANNOUNCE: The jhc Haskell compiler.

2005-04-26 Thread Ashley Yakeley
In article <[EMAIL PROTECTED]>, John Meacham <[EMAIL PROTECTED]> wrote: > > Very interesting! What license uses jhc? The COPYING file seems to be empty. > > It is under the GPL. Does that mean my program will be GPL if I compile it with jhc? -- Ashley Yakeley, Seattle WA ___