Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. format :: FormatterOptions -> IO Formatter

    ShellCheck ShellCheck.Formatter.Quiet

    No documentation available.

  2. format :: FormatterOptions -> IO Formatter

    ShellCheck ShellCheck.Formatter.TTY

    No documentation available.

  3. forkJoin :: Int -> (Int -> IO b) -> IO [b]

    abstract-deque-tests Data.Concurrent.Deque.Tests

    No documentation available.

  4. forEachInObject :: forall (m :: Type -> Type) err a . (Functor m, Monad m) => (Text -> ParseT err m a) -> ParseT err m [a]

    aeson-better-errors Data.Aeson.BetterErrors

    Parse each property in an object with the given parser, given the key as an argument, and collect the results.

  5. forEachInObject :: forall (m :: Type -> Type) err a . (Functor m, Monad m) => (Text -> ParseT err m a) -> ParseT err m [a]

    aeson-better-errors Data.Aeson.BetterErrors.Internal

    Parse each property in an object with the given parser, given the key as an argument, and collect the results.

  6. formatTSDeclaration :: FormattingOptions -> TSDeclaration -> String

    aeson-typescript Data.Aeson.TypeScript.TH

    Format a single TypeScript declaration. This version accepts a FormattingOptions object in case you want more control over the output.

  7. formatTSDeclarations :: [TSDeclaration] -> String

    aeson-typescript Data.Aeson.TypeScript.TH

    Same as formatTSDeclarations', but uses default formatting options.

  8. formatTSDeclarations' :: FormattingOptions -> [TSDeclaration] -> String

    aeson-typescript Data.Aeson.TypeScript.TH

    Format a list of TypeScript declarations into a string, suitable for putting directly into a .d.ts file.

  9. foreground :: Coloring -> Maybe AnsiColor

    ansigraph System.Console.Ansigraph.Core

    No documentation available.

  10. forceReadMVar :: MVar a -> a -> IO a

    ascii-progress System.Console.AsciiProgress.Internal

    Forces an MVar's contents to be read or swaped by a default value, even if it's currently empty. Will discard the default value write to the MVar if it becomes full in the middle of the operation and return its value. It's assumed that once the MVar becomes full, it won't ever be left emptied. This code may deadlock if that's the case.

Page 153 of many | Previous | Next