Re: FiniteMap performance

2003-02-10 Thread Mieszko Lis
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

Re: Implict parameters and monomorphism

2001-05-04 Thread Mieszko Lis
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