Home
last modified time | relevance | path

Searched defs:ExceptT (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Monad/
H A DExcept.hs16 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
23 ExceptT f <*> ExceptT v = ExceptT $ do function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/
H A DCompat.hs17 type ExceptT = ErrorT function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/
H A DCompat.hs17 type ExceptT = ErrorT function
/dports/lang/ghc/ghc-8.10.7/libraries/transformers/Control/Monad/Trans/
H A DExcept.hs119 newtype ExceptT e m a = ExceptT (m (Either e a)) type
189 ExceptT f <*> ExceptT v = ExceptT $ do function
205 ExceptT mx <|> ExceptT my = ExceptT $ do function
237 ExceptT mx `mplus` ExceptT my = ExceptT $ do function
/dports/devel/stack/stack-2.7.3/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } function
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } function
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } function
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } function
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } function
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/transformers-compat-0.6.5/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } type
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/transformers-compat-0.6.6/0.3/Control/Monad/Trans/
H A DExcept.hs135 newtype ExceptT e m a = ExceptT { runExceptT :: m (Either e a) } constructor
198 ExceptT f <*> ExceptT v = ExceptT $ do function
214 ExceptT mx <|> ExceptT my = ExceptT $ do function
240 ExceptT m `mplus` ExceptT n = ExceptT $ do function

123