sprinkles-0.6.0.0: JSON API to HTML website wrapper

Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.CustomCreole

Documentation

onLeft :: (a -> b) -> Either a c -> Either b c Source #

onRight :: (b -> c) -> Either a b -> Either a c Source #