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.
readResponseIO :: MonadIO io => Response m a -> io aaws Aws.Core Read a response result (if it's a success response, fail otherwise). In MonadIO.
readCapacityUnits :: ProvisionedThroughput -> Intaws Aws.DynamoDb.Commands.Table No documentation available.
readAttribute :: MonadThrow m => Cursor -> m (Attribute Text)aws Aws.SimpleDb.Core No documentation available.
readItem :: MonadThrow m => Cursor -> m (Item [Attribute Text])aws Aws.SimpleDb.Core No documentation available.
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.
-
binaryen Binaryen.SideEffects No documentation available.
-
binaryen Binaryen.SideEffects No documentation available.
-
binaryen Binaryen.SideEffects No documentation available.
readDataURL :: Text -> FilePath -> IO Textblank-canvas Graphics.Blank Read a file, and generate a data URL.
url <- readDataURL "image/png" "image/foo.png"
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.