Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. readScan :: FromByteString a => String -> Resp -> Result (Cursor, [a])

    redis-resp Data.Redis.Command

    No documentation available.

  2. readScoreList :: FromByteString a => String -> Bool -> Resp -> Result (ScoreList a)

    redis-resp Data.Redis.Command

    No documentation available.

  3. readTTL :: String -> Resp -> Result (Maybe TTL)

    redis-resp Data.Redis.Command

    No documentation available.

  4. readType :: String -> Resp -> Result (Maybe RedisType)

    redis-resp Data.Redis.Command

    No documentation available.

  5. readRef :: MonadRef r m => r a -> m a

    ref-fd Control.Monad.Ref

    Read the value of a reference

  6. readImageFromBMP :: FilePath -> IO (Either Error (Array U DIM2 (Word8, Word8, Word8)))

    repa-io Data.Array.Repa.IO.BMP

    Read RGB components from a BMP file.

  7. readArrayFromStorableFile :: forall a sh . (Shape sh, Storable a) => FilePath -> sh -> IO (Array F sh a)

    repa-io Data.Array.Repa.IO.Binary

    Read an array from a file. Data appears in host byte order. If the file size does match the provided shape then error.

  8. readMatrixFromTextFile :: (Num e, Read e, Unbox e) => FilePath -> IO (Array U DIM2 e)

    repa-io Data.Array.Repa.IO.Matrix

    Read a matrix from a text file.

    • WARNING: This is implemented fairly naively, just using Strings under the covers. It will be slow for large data files.
    • It also doesn't do graceful error handling. If the file has the wrong format you'll get a confusing error.

  9. readVectorFromTextFile :: (Num e, Read e, Unbox e) => FilePath -> IO (Array U DIM1 e)

    repa-io Data.Array.Repa.IO.Vector

    Read a vector from a text file.

    • WARNING: This is implemented fairly naively, just using Strings under the covers. It will be slow for large data files.
    • It also doesn't do graceful error handling. If the file has the wrong format you'll get a confusing error.

  10. readConfigFile :: MonadIO m => Path b File -> m (HashMap String String)

    shake-plus Development.Shake.Plus.Config

    Lifted readConfigFile with well-typed path.

Page 361 of many | Previous | Next