Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readResponseIO :: MonadIO io => Response m a -> io a

    aws Aws.Core

    Read a response result (if it's a success response, fail otherwise). In MonadIO.

  2. readCapacityUnits :: ProvisionedThroughput -> Int

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  3. readAttribute :: MonadThrow m => Cursor -> m (Attribute Text)

    aws Aws.SimpleDb.Core

    No documentation available.

  4. readItem :: MonadThrow m => Cursor -> m (Item [Attribute Text])

    aws Aws.SimpleDb.Core

    No documentation available.

  5. readFile :: Storable a => Path w a -> IO (T w a)

    battleship-combinatorics Combinatorics.Battleship.Count.CountMap

    It silently drops IO exceptions and does not check whether the loaded data is valid.

  6. readsGlobal :: SideEffects

    binaryen Binaryen.SideEffects

    No documentation available.

  7. readsLocal :: SideEffects

    binaryen Binaryen.SideEffects

    No documentation available.

  8. readsMemory :: SideEffects

    binaryen Binaryen.SideEffects

    No documentation available.

  9. readDataURL :: Text -> FilePath -> IO Text

    blank-canvas Graphics.Blank

    Read a file, and generate a data URL.

    url <- readDataURL "image/png" "image/foo.png"
    

  10. readColourName :: MonadFail m => String -> m (Colour Double)

    blank-canvas Graphics.Blank.Style

    Takes a string naming a Colour (must be all lowercase) and returns it. Fails if the name is not recognized.

Page 297 of many | Previous | Next