tokyocabinet-haskell-0.0.5: Haskell binding of Tokyo CabinetContentsIndex
Database.TokyoCabinet.Associative
Documentation
class Associative a where
Methods
withMap :: (Storable k, Storable v) => a k v -> (Ptr MAP -> IO b) -> IO b
peekMap' :: (Storable k, Storable v) => Ptr MAP -> IO (a k v)
show/hide Instances
newtype AssocList k v
Constructors
AssocList
unAssocList :: [(k, v)]
show/hide Instances
Associative AssocList
(Eq k, Eq v) => Eq (AssocList k v)
(Ord k, Ord v) => Ord (AssocList k v)
(Show k, Show v) => Show (AssocList k v)
Produced by Haddock version 2.4.2