happstack-state-6.1.2: Event-based distributed state.

Happstack.State.Saver.Impl.Memory

Documentation

addToStore :: (Ord a, Ord b) => a -> b -> ByteString -> Map a (Map b ByteString) -> Map a (Map b ByteString)Source

setStore :: Ord a => a -> b -> c -> Map a (Map b c) -> Map a (Map b c)Source