Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. defaultReadByKey :: String -> IO (Maybe ByteString)

    TCache Data.TCache.Defs

    No documentation available.

  2. NotRead :: Status a

    TCache Data.TCache.Triggers

    No documentation available.

  3. setTestThreads :: Int -> Test -> Test

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

    Dig through the test constructors to find the leaf IO actions and bracket them with a thread-setting action.

  4. data ParseReader

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

    Data used internally by the Parse type.

  5. ParseReader :: DList PathPiece -> Value -> ParseReader

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

    No documentation available.

  6. module Aftovolio.General.SpecificationsRead

    No documentation available.

  7. sRGB24read :: (Ord b, Floating b) => String -> Colour b

    ansi-terminal-game Terminal.Game

    Read a colour in hexadecimal form, e.g. "#00aaff" or "00aaff"

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

  9. textReadBool :: MonadThrow m => Text -> m Bool

    aws Aws.Core

    Read a boolean from a Text, throwing an XmlException on failure.

  10. textReadInt :: (MonadThrow m, Num a) => Text -> m a

    aws Aws.Core

    Read an integer from a Text, throwing an XmlException on failure.

Page 740 of many | Previous | Next