On Fri, 2003-02-07 at 21:25, Magnus Lindberg wrote:
> I am using the FiniteMap datatype and since Haskell never modifies
> variables but rather copies them (?) I wonder what the performance of
> the FiniteMap type is in Haskell. Lookup is of course done in O(log n)
> but is insertion done in O(n) o
On Fri, May 04, 2001 at 09:27:51AM +0200, John Hughes wrote:
> One good reason for NOT giving inferrable type signatures is that
> including them makes programs less modifiable: a small local change, such as
> adding a parameter to a type, may force a large number of consequential
> change