sebastian-philipp / StringMap

Haskell Project to convert the PrefixTree of the Holumbus into it's own Hackage Packet
MIT License
1 stars 5 forks source link

foldl and foldlWithKey missing #2

Closed UweSchmidt closed 10 years ago

UweSchmidt commented 10 years ago

Data.Map defines foldl and foldlWithKey. To conform to that interface foldl and foldlWithKey should be added

UweSchmidt commented 10 years ago

foldl and foldlWithKey added