Re: [***SPAM***] Re: [Haskell-cafe] How does one get off haskell?

2010-06-25 Thread jur
is probably incomprehensible to humans. :) What one wants is a translator back and forth, if one could understand the machine-generated code. Maybe you should translate to Perl. Nobody will notice it is machine-generated. Jur ___ Haskell

Re: [Haskell-cafe] Language simplicity

2010-01-17 Thread jur
only 450. Jur ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Language simplicity

2010-01-14 Thread jur
On Jan 14, 2010, at 8:38 PM, Andrew Coppin wrote: Martijn van Steenbergen wrote: Niklas Broberg wrote: 21 actually. case, class, data, default, deriving, do, else, if, import, in, infix, infixl, infixr, instance, let, module, newtype, of, then, type, where. There's also three special words

Re: [Haskell-cafe] Test cases for type inference

2009-10-21 Thread jur
On Tue, Oct 20, 2009 at 10:07 AM, Peter Verswyvelen bugf...@gmail.com wrote: For learning, I would like to develop my own implementation of type inference, based on the paper Typing Haskell in Haskell. At first sight, the source code of THIH contains a small number of tests, but I was