colonnade-0.3: 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