kawa-0.1.0.0: Key-value store in single files.

Safe HaskellNone
LanguageHaskell2010

Database.Kawa.Store

Documentation

newtype Store Source #

Constructors

Store 

Instances

Eq Store Source # 

Methods

(==) :: Store -> Store -> Bool #

(/=) :: Store -> Store -> Bool #

Show Store Source # 

Methods

showsPrec :: Int -> Store -> ShowS #

show :: Store -> String #

showList :: [Store] -> ShowS #

newtype Key Source #

Constructors

Key 

Fields

Instances

Eq Key Source # 

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

Show Key Source # 

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Hashable Key Source # 

Methods

hashWithSalt :: Int -> Key -> Int #

hash :: Key -> Int #

newtype Value Source #

Constructors

Value 

Fields

Instances

Eq Value Source # 

Methods

(==) :: Value -> Value -> Bool #

(/=) :: Value -> Value -> Bool #

Show Value Source # 

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #