Lennart Augustsson <[EMAIL PROTECTED]> wrote,

> Well, with most compilers type signaturs make a speed
> difference if you compile without optimization, but not
> with optimization.  

Well, in this example - even with optimisation - it makes a
difference if no type signature is given at all, because
`Num' will then default to `Integer', instead of `Int'.  But 
this is a rather special case of course.

Manuel


Reply via email to