| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IdeSession.Strict.IntMap
Description
Wrapper around Data.IntMap that guarantees elements are evaluated when the Map is. containers-0.5 provides this out of the box, but alas ghc 7.4 is built against containers-0.4.
Documentation
findWithDefault :: v -> Int -> Strict IntMap v -> v Source