Skip to content

Commit

Permalink
Split Data.IntMap into Data.IntMap.Strict and Data.IntMap.Lazy.
Browse files Browse the repository at this point in the history
Deprecates insert' and insertWith', and adds a raft of new
strict functions for manipulating IntMaps in Data.IntMap.Strict.
Auxiliary module Data.IntMap.Common for defining bit manipulation
and types.

See libraries proposal:
    http://www.haskell.org/pipermail/libraries/2011-May/016362.html

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
  • Loading branch information
ezyang committed Jul 31, 2011
1 parent 963049d commit 899c9ca
Show file tree
Hide file tree
Showing 5 changed files with 2,926 additions and 1,794 deletions.

0 comments on commit 899c9ca

Please sign in to comment.