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. readableAdhoc :: Readable f out => f -> Decode out

    massiv-io Data.Massiv.Array.IO

    Utilize a Readable instance in order to construct an adhoc Decode type

  2. readData :: ToJSON a => a -> Matplotlib

    matplotlib Graphics.Matplotlib

    Load the given data into the python "data" array

  3. readImage :: MplotImage i => i -> Matplotlib

    matplotlib Graphics.Matplotlib

    Load the given image into python "img" variable

  4. readData :: ToJSON a => a -> Matplotlib

    matplotlib Graphics.Matplotlib.Internal

    Load the given data into the python "data" array

  5. readImage :: MplotImage i => i -> Matplotlib

    matplotlib Graphics.Matplotlib.Internal

    Load the given image into python "img" variable

  6. readArray :: FilePath -> IO (Array Scientific)

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    Load a dense matrix (i.e. a matrix or vector in Array format) from file. Uses readArray' internally

  7. readArray' :: MonadThrow m => ByteString -> m (Array Scientific)

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    Deserialize a dense matrix (i.e. a matrix or vector in Array format) from a lazy ByteString. Throws a FileParseError if the input cannot be parsed

  8. readMatrix :: FilePath -> IO (Matrix Scientific)

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    Load a matrix (sparse, i.e. in Coordinate format) from file. Uses readMatrix' internally

  9. readMatrix' :: MonadThrow m => ByteString -> m (Matrix Scientific)

    matrix-market-attoparsec Data.Matrix.MatrixMarket

    Deserialize a matrix (sparse, i.e. in Coordinate format) from a lazy ByteString. Throws a FileParseError if the input cannot be parsed

  10. readFileLazy :: FilePath -> IO ByteString

    melf Data.Elf.PrettyPrint

    Read the file strictly but return lazy bytestring

Page 318 of many | Previous | Next