colonnade-0.4.1: Generic types and functions for columnar encoding and decoding

Safe HaskellSafe
LanguageHaskell2010

Colonnade.Internal

Documentation

newtype EitherWrap a b Source

Constructors

EitherWrap 

Fields

getEitherWrap :: Either a b
 

mapLeft :: (a -> b) -> Either a c -> Either b c Source

foldMapM :: (Foldable t, Monoid b, Monad m) => (a -> m b) -> t a -> m b Source