Hello,
here is some minor suggestion for ghc-0.29.
In the ghc library description it is written
------------------------------------------------------------------
-- Combines with previous binding
addToFM_C :: Ord key => (elt -> elt -> elt)
-> FiniteMap key elt -> key -> elt
-> FiniteMap key elt
------------------------------------------------------------------
So the user puts (addToFM_C combine tab key value)
and defines
combine value1 value2 = ...
But the description does not mention which of value1,value2 is
the "old" and which the "new" one. Probably, it is better to point
this explicitely - ?
------------------------------------------------------------------
Another question:
how does ghc-2.01 (2) relate to this ghc library ? And hbc ?
Regards,
Sergey Mechveliani, [EMAIL PROTECTED]