Home
last modified time | relevance | path

Searched refs:whileJust (Results 1 – 12 of 12) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/monad-loops-0.4.3/src/Control/Monad/
H A DLoops.hs188 whileJust :: Monad m => m (Maybe a) -> (a -> m b) -> m [b]
189 whileJust = whileJust' function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs1156 whileJust takeAnyTreeContent
1167 whileJust f = fix $ \loop -> f >>= maybe (return ()) (const loop) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-conduit-1.8.0.1/Text/XML/Stream/
H A DParse.hs1116 whileJust takeAnyTreeContent
1127 whileJust f = fix $ \loop -> f >>= maybe (return ()) (const loop) function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-conduit-1.9.0.0/Text/XML/Stream/
H A DParse.hs1156 whileJust takeAnyTreeContent
1167 whileJust f = fix $ \loop -> f >>= maybe (return ()) (const loop) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-conduit-1.9.1.1/src/Text/XML/Stream/
H A DParse.hs1250 whileJust takeAnyTreeContent
1261 whileJust f = fix $ \loop -> f >>= maybe (return ()) (const loop) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-conduit-1.9.1.0/src/Text/XML/Stream/
H A DParse.hs1212 whileJust takeAnyTreeContent
1223 whileJust f = fix $ \loop -> f >>= maybe (return ()) (const loop) function