Home
last modified time | relevance | path

Searched refs:whenJust (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/General/
H A DProcess.hs212 whenJust inh $ snd $ stdIn inHandle poStdin
219 whenJust outh hClose
220 whenJust errh hClose
235 whenJust inh $ ignoreSigPipe . hClose
236 whenJust outh hClose
237 whenJust errh hClose
H A DIds.hs79 whenJust v $ f $ Id $ fromIntegral i
90 whenJust v $ \v -> writeArray values2 i $ Just $ f v
102 whenJust v $ \v -> writeArray values i $! Just $! f v
/dports/devel/hs-shake/shake-0.19.6/src/General/
H A DProcess.hs212 whenJust inh $ snd $ stdIn inHandle poStdin
219 whenJust outh hClose
220 whenJust errh hClose
235 whenJust inh $ ignoreSigPipe . hClose
236 whenJust outh hClose
237 whenJust errh hClose
H A DIds.hs79 whenJust v $ f $ Id $ fromIntegral i
90 whenJust v $ \v -> writeArray values2 i $ Just $ f v
102 whenJust v $ \v -> writeArray values i $! Just $! f v
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/General/
H A DProcess.hs212 whenJust inh $ snd $ stdIn inHandle poStdin
219 whenJust outh hClose
220 whenJust errh hClose
235 whenJust inh $ ignoreSigPipe . hClose
236 whenJust outh hClose
237 whenJust errh hClose
H A DIds.hs79 whenJust v $ f $ Id $ fromIntegral i
90 whenJust v $ \v -> writeArray values2 i $ Just $ f v
102 whenJust v $ \v -> writeArray values i $! Just $! f v
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DMaybe.hs95 whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()
96 whenJust m k = caseMaybe m (return ()) k function
104 whenJustM c m = c >>= (`whenJust` m)
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-base-0.24.5/Data/GI/Base/
H A DUtils.hsc5 ( whenJust
57 whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()
58 whenJust (Just v) f = f v function
59 whenJust Nothing _ = return () function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/exe/
H A DMain.hs10 import Control.Monad.Extra (unless, whenJust)
52 whenJust argsCwd IO.setCurrentDirectory
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/exe/
H A DMain.hs10 import Control.Monad.Extra (unless, whenJust)
52 whenJust argsCwd IO.setCurrentDirectory
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/Maybe/
H A DStrict.hs185 whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()
186 whenJust m k = caseMaybe m (return ()) k function
190 whenJustM c m = c >>= (`whenJust` m)
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/src/Control/Monad/
H A DExtra.hs9 whenJust, whenJustM,
35 whenJust :: Applicative m => Maybe a -> (a -> m ()) -> m ()
36 whenJust mg f = maybe (pure ()) f mg function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/src/Control/Monad/
H A DExtra.hs9 whenJust, whenJustM,
35 whenJust :: Applicative m => Maybe a -> (a -> m ()) -> m ()
36 whenJust mg f = maybe (pure ()) f mg function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/extra-1.7.1/src/Control/Monad/
H A DExtra.hs9 whenJust, whenJustM,
35 whenJust :: Applicative m => Maybe a -> (a -> m ()) -> m ()
36 whenJust mg f = maybe (pure ()) f mg function
/dports/devel/stack/stack-2.7.3/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/extra-1.7.10/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/extra-1.7.7/test/
H A DTestUtil.hs99 whenJust prnt print
100 whenJust thrw (fail . show)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/extra-1.7.7/test/
H A DTestUtil.hs99 whenJust prnt print
100 whenJust thrw (fail . show)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/extra-1.7.9/test/
H A DTestUtil.hs98 whenJust prnt print
99 whenJust thrw (fail . show)
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/extra-1.7.2/test/
H A DTestUtil.hs99 whenJust prnt print
100 whenJust thrw (fail . show)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/extra-1.7.2/test/
H A DTestUtil.hs99 whenJust prnt print
100 whenJust thrw (fail . show)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/src/General/
H A DConduit.hs47 whenJust x $ \x -> f (op x) x
76 whenJust x yield

1234567