Home
last modified time | relevance | path

Searched refs:runEitherR (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/errors-2.3.0/Data/
H A DEitherR.hs80 newtype EitherR r e = EitherR { runEitherR :: Either e r } function
112 throwEither e = runEitherR (return e)
116 e `catchEither` f = runEitherR $ EitherR e >>= \a -> EitherR (f a)
124 fmapL f = runEitherR . fmap f . EitherR
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/errors-2.3.0/Data/
H A DEitherR.hs80 newtype EitherR r e = EitherR { runEitherR :: Either e r } function
112 throwEither e = runEitherR (return e)
116 e `catchEither` f = runEitherR $ EitherR e >>= \a -> EitherR (f a)
124 fmapL f = runEitherR . fmap f . EitherR