Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. formatTSDeclarations :: [TSDeclaration] -> String

    aeson-typescript Data.Aeson.TypeScript.TH

    Same as formatTSDeclarations', but uses default formatting options.

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

  3. foreground :: Coloring -> Maybe AnsiColor

    ansigraph System.Console.Ansigraph.Core

    No documentation available.

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

  5. forceEither :: Show a => (forall x . () => Bool -> x -> x) -> Either a b -> b

    assert-failure Control.Exception.Assert.Sugar

    Deprecated: use 'either (error . show) id' instead, now that error prints source positions.

  6. formatTime :: RealFrac time => time -> String

    audacity Sound.Audacity.LabelTrack

    Format the times using a comma, which is certainly only correct in German locale.

  7. format :: T -> ShowS

    audacity Sound.Audacity.Project

    No documentation available.

  8. formErrorMesage :: FormException -> String

    aws Aws

    No documentation available.

  9. force :: MonadThrow m => String -> [a] -> m a

    aws Aws.Core

    Extract the first element from a parser result list, and throw an XmlException if the list is empty.

  10. forceM :: MonadThrow m => String -> [m a] -> m a

    aws Aws.Core

    Extract the first element from a monadic parser result list, and throw an XmlException if the list is empty.

Page 154 of many | Previous | Next