Home
last modified time | relevance | path

Searched refs:flipEither (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.hs46 flipEither,
127 flipEither :: Either a b -> Either b a
128 flipEither e = case e of function
191 flipET = ExceptT . liftM flipEither . runExceptT
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/errors-2.3.0/Data/
H A DEitherR.hs46 flipEither,
127 flipEither :: Either a b -> Either b a
128 flipEither e = case e of function
191 flipET = ExceptT . liftM flipEither . runExceptT