Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
forceRight' :: Either String a -> atools-yj Data.Either.ToolsYj No documentation available.
forceJust :: Exception e => e -> Maybe a -> atools-yj Data.Maybe.ToolsYj No documentation available.
forceJust' :: String -> Maybe a -> atools-yj Data.Maybe.ToolsYj No documentation available.
forH :: Monoid s => (a -> f b) -> r -> ForContext f s a b rtophat Tophat This enters a ForContext.
forM :: (Monad m, Unboxable a, Unboxable b) => Vector a -> (a -> m b) -> m (Vector b)unboxing-vector Data.Vector.Unboxing No documentation available.
forM_ :: (Monad m, Unboxable a) => Vector a -> (a -> m b) -> m ()unboxing-vector Data.Vector.Unboxing No documentation available.
force :: Unboxable a => Vector a -> Vector aunboxing-vector Data.Vector.Unboxing No documentation available.
fork :: Unexceptional m => UIO () -> m ThreadIdunexceptionalio UnexceptionalIO Mirrors forkIO, but re-throws errors to the parent thread
- Ignores manual thread kills, since those are on purpose.
- Re-throws async exceptions (SomeAsyncException) as is.
- Re-throws ExitCode as is in an attempt to exit with the requested code.
- Wraps synchronous PseudoException in async ChildThreadError.
forkFinally :: Unexceptional m => UIO a -> (Either PseudoException a -> UIO ()) -> m ThreadIdunexceptionalio UnexceptionalIO Mirrors forkFinally, but since the body is UIO, the thread must terminate successfully or because of PseudoException
-
units-defs Data.Units.Imperial.Misc Force units: PoundForce and TonForce