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

Copyright(c) 2011 MailRank, Inc.
LicenseApache
MaintainerMark Hibberd <[email protected]>, Nathan Hunter <[email protected]>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.Riak.Functions

Description

Useful functions.

Documentation

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