Re: [Haskell] Re: on starting Haskell-Edu, a new education-related Haskell-related mailing list

2008-07-12 Thread Abhay Parvate
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Regards, Abhay On Sat, Jul 12, 2008 at 2:23 PM, jur <[EMAIL PROTECTED]> wrote: > > On Jul 11, 2008, at 10:25 PM, Peter Verswyvelen wrote: > > [EMAIL PROTECTED] >> >> "beginner" sounds so humble... >> >> >

Re: [Haskell] [Haskell-cafe] Help with polymorphic functions

2008-05-09 Thread Abhay Parvate
You can also drop the type signature and see what type deduction you get in ghci :) Your program would have compiled well without the type signature! It's also a good exercise to come up with the most general type of a function that you write, and then compare it with the type that is deduced by dr