[Prev][Next][Index][Thread]

Re: Cryptarithm solver - comparing oranges and oranges



Lennart Augustsson <lennart@augustsson.net> 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



Post to "haskell": haskell@dcs.gla.ac.uk