Original-Via: uk.ac.qmw.dcs; Mon, 16 Dec 91 17:48:33 GMT Organisation: Comp Sci Dept, Queen Mary and Westfield College, London X-Mailer: Mail User's Shell (7.2.3 5/22/91) I've only just started to use Haskell, so this may have appeared before. I found that the signature change of Incremental Array update (//) from (//):: (Ix a) => Array a b -> Assoc a b -> Array a b (Haskell 1.0) (//):: (Ix a) => Array a b -> [Assoc a b] -> Array a b (Haskell 1.1) should really have been mentioned in the changes section in the Haskell report (I found the problem when moving a piece of code on the Yale Compile (Y1.2) to the Prototype Haskell compiler). Thanks...... -- *************************************************************************** * Jonathan.Hill * Janet : [EMAIL PROTECTED] * * Computer Science Dept * Internet : [EMAIL PROTECTED] * * QMW University of London * Phone(work) : +44 71 975 5167 ex3232 * * London E1 4NS * Phone(home) : +44 71 232 2459 * ***************************************************************************
