riak-0.7.0.2: A Haskell client for the Riak decentralized data store

Portabilityportable
Stabilityexperimental
MaintainerNathan Hunter <nhunter@janrain.com>
Safe HaskellNone

Network.Riak.Functions

Description

Useful functions.

Documentation

mapEither :: (a -> c) -> (b -> d) -> Either a b -> Either c dSource