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

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

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

    audacity Sound.Audacity.LabelTrack

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

  4. format :: T -> ShowS

    audacity Sound.Audacity.Project

    No documentation available.

  5. formErrorMesage :: FormException -> String

    aws Aws

    No documentation available.

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

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

  8. formErrorMesage :: FormException -> String

    aws Aws.Core

    No documentation available.

  9. formatPermissions :: [(Text, SqsPermission)] -> [QueryItem]

    aws Aws.Sqs.Commands.Permission

    No documentation available.

  10. formatAttributes :: [QueueAttribute] -> [(ByteString, Maybe ByteString)]

    aws Aws.Sqs.Commands.QueueAttributes

    No documentation available.

Page 154 of many | Previous | Next