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.
readableAdhoc :: Readable f out => f -> Decode outmassiv-io Data.Massiv.Array.IO Utilize a Readable instance in order to construct an adhoc Decode type
readData :: ToJSON a => a -> Matplotlibmatplotlib Graphics.Matplotlib Load the given data into the python "data" array
readImage :: MplotImage i => i -> Matplotlibmatplotlib Graphics.Matplotlib Load the given image into python "img" variable
readData :: ToJSON a => a -> Matplotlibmatplotlib Graphics.Matplotlib.Internal Load the given data into the python "data" array
readImage :: MplotImage i => i -> Matplotlibmatplotlib Graphics.Matplotlib.Internal Load the given image into python "img" variable
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
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
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
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
readFileLazy :: FilePath -> IO ByteStringmelf Data.Elf.PrettyPrint Read the file strictly but return lazy bytestring