Skip to content

Commit

Permalink
exported insertWith'
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Feb 8, 2011
1 parent afac12b commit a8cb09b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion System/Mem/StableName/Dynamic/Map.hs
Expand Up @@ -7,6 +7,7 @@ module System.Mem.StableName.Dynamic.Map
, notMember
, insert
, insertWith
, insertWith'
, lookup
, find
, findWithDefault
Expand All @@ -17,7 +18,6 @@ import Prelude hiding (lookup, null)
import System.Mem.StableName.Dynamic
import qualified Data.IntMap as IntMap
import Data.IntMap (IntMap)
import Unsafe.Coerce (unsafeCoerce)

newtype Map a = Map { getMap :: IntMap [(DynamicStableName, a)] }

Expand Down
4 changes: 4 additions & 0 deletions stable-maps.cabal
Expand Up @@ -11,6 +11,10 @@ Category: Math
Build-type: Simple
Cabal-version: >=1.6

source-repository head
type: git
location: git://github.com/ekmett/stable-maps.git

Library
Exposed-modules: System.Mem.StableName.Map
System.Mem.StableName.Dynamic
Expand Down

0 comments on commit a8cb09b

Please sign in to comment.