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.
format :: FormatterOptions -> IO FormatterShellCheck ShellCheck.Formatter.Quiet No documentation available.
format :: FormatterOptions -> IO FormatterShellCheck ShellCheck.Formatter.TTY No documentation available.
forkJoin :: Int -> (Int -> IO b) -> IO [b]abstract-deque-tests Data.Concurrent.Deque.Tests No documentation available.
-
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.
-
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.
formatTSDeclaration :: FormattingOptions -> TSDeclaration -> Stringaeson-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.
formatTSDeclarations :: [TSDeclaration] -> Stringaeson-typescript Data.Aeson.TypeScript.TH Same as formatTSDeclarations', but uses default formatting options.
formatTSDeclarations' :: FormattingOptions -> [TSDeclaration] -> Stringaeson-typescript Data.Aeson.TypeScript.TH Format a list of TypeScript declarations into a string, suitable for putting directly into a .d.ts file.
foreground :: Coloring -> Maybe AnsiColoransigraph System.Console.Ansigraph.Core No documentation available.
forceReadMVar :: MVar a -> a -> IO aascii-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.