
31 Jul
2009
31 Jul
'09
7:54 p.m.
2009/8/1 Paul Moore
BTW, I did know that Haskell had an efficient map implementation, I just wasn't sure how to use it "functionally" - I probably should have searched a bit harder for examples before posting. Thanks for the help in any case.
Know that Data.Map uses size balanced trees and is not e.g. a hash map. -- Deniz Dogan