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.

  1. forceRight' :: Either String a -> a

    tools-yj Data.Either.ToolsYj

    No documentation available.

  2. forceJust :: Exception e => e -> Maybe a -> a

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  3. forceJust' :: String -> Maybe a -> a

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  4. forH :: Monoid s => (a -> f b) -> r -> ForContext f s a b r

    tophat Tophat

    This enters a ForContext.

  5. forM :: (Monad m, Unboxable a, Unboxable b) => Vector a -> (a -> m b) -> m (Vector b)

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  6. forM_ :: (Monad m, Unboxable a) => Vector a -> (a -> m b) -> m ()

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  7. force :: Unboxable a => Vector a -> Vector a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  8. fork :: Unexceptional m => UIO () -> m ThreadId

    unexceptionalio 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.

  9. forkFinally :: Unexceptional m => UIO a -> (Either PseudoException a -> UIO ()) -> m ThreadId

    unexceptionalio UnexceptionalIO

    Mirrors forkFinally, but since the body is UIO, the thread must terminate successfully or because of PseudoException

  10. forces :: [Name]

    units-defs Data.Units.Imperial.Misc

    Force units: PoundForce and TonForce

Page 196 of many | Previous | Next