Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
cdbGet :: (Packable k, Unpackable v) => CDB -> k -> Maybe v Source #
Finds the first entry associated with a key in a CDB.
cdbGetAll :: (Packable k, Unpackable v) => CDB -> k -> [v] Source #
Finds all entries associated with a key in a CDB.