"class []" proposal Re: [Haskell-cafe] One thought: Num to
0as ? to list?
Tomasz Zielonka
tomasz.zielonka at gmail.com
Wed Aug 23 08:51:32 EDT 2006
On Wed, Aug 23, 2006 at 01:28:57PM +0100, Malcolm Wallace wrote:
> The lengths people will go to in making things difficult for the reader,
> just to save a few characters is truly amazing. Remember, the code will
> be read many more times than it is written. IMHO, the various proposed
> sugar adds nothing helpful, and just muddies understanding.
Seconded. If someone just wants to type less characters, the he/she
can omit most of type signatures.
I haven't used any IDE for Haskell (like VisualHaskell), but it would be
nice if it could fill the missing type signatures automatically. In
cases when monomorphism restriction kicks in, it could also present the
type that would be inferred with MR turned off.
Best regards
Tomasz
More information about the Haskell-Cafe
mailing list