RefSerialize-0.2.8.1: Write to and read from Strings maintaining internal memory references

Safe HaskellNone

Data.RefSerialize.Serialize

Documentation

data Error Source

Constructors

Error String 

assocs :: Ord a => HashTable a b -> [(a, b)]Source

insert :: key -> val -> HashTable key val -> HashTable key valSource

lookup :: key -> HashTable key val -> Maybe valSource

toList :: HashTable key val -> [(key, val)]Source

fromList :: [(Int, val)] -> HashTable Int valSource

hasht :: a -> (Int, t)Source