Source code
Contents
Index
CacheTable
class
LookupTable table key value | table -> key, table -> value
where
Methods
openTable
:: IO table
putTable
:: table -> value -> IO key
getTable
:: table -> key -> IO value
flushTable
:: table -> IO ()
Instances
(
LookupTable
table key value, Ord key) =>
LookupTable
(
CachedTable
table key value) key value
data
CachedTable
table key value
Produced by
Haddock
version 0.3