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

Portabilityportable
Stabilityexperimental
MaintainerMark Hibberd <mark@hibberd.id.au>, Nathan Hunter <nhunter@janrain.com>
Safe HaskellNone

Network.Riak.Functions

Description

Useful functions.

Documentation

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