Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fork :: (a -> b) -> (a -> c) -> a -> (b, c)

    generic-lens-core Data.GenericLens.Internal

    No documentation available.

  2. forall' :: [HsTyVarBndrS'] -> HsType' -> HsType'

    ghc-source-gen GHC.SourceGen.Type

    A type variable binding.

    forall a . T a
    =====
    forall' [bvar "a"] $ var "T" @@ var "a"
    

  3. formatParserError :: Maybe String -> ParserError -> String

    ginger Text.Ginger.Parse

    Formats a parser errror into something human-friendly. If template source code is not provided, only the line and column numbers and the error message are printed. If template source code is provided, the offending source line is also printed, with a caret (^) marking the exact location of the error.

  4. formatFileSize :: Bool -> Integer -> String

    ginger Text.Ginger.Run.Builtins

    No documentation available.

  5. force :: OpClose -> !Maybe Bool

    greskell-websocket Network.Greskell.WebSocket.Request.Session

    No documentation available.

  6. foreground :: GCValues -> Color

    gtk Graphics.UI.Gtk.Gdk.GC

    No documentation available.

  7. formatType :: String -> Display

    ihaskell IHaskell.Eval.Evaluate

    No documentation available.

  8. fork# :: (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, ThreadId# #)

    ihaskell IHaskellPrelude

    No documentation available.

  9. forkOn# :: Int# -> (State# RealWorld -> (# State# RealWorld, a #)) -> State# RealWorld -> (# State# RealWorld, ThreadId# #)

    ihaskell IHaskellPrelude

    No documentation available.

  10. forM :: (Traversable t, Monad m) => t a -> (a -> m b) -> m (t b)

    incipit-base Incipit.Base

    forM is mapM with its arguments flipped. For a version that ignores the results see forM_.

Page 139 of many | Previous | Next