Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readFileDoublesGen :: String -> FilePath -> IO (Vector Int)dobutokO2 DobutokO.Sound.Keyboard After reading a file into a filtered lazy ByteString (see, readFile2BLGen) converts the resulting ByteString into a Vector of Int. The arguments have the same meaning as for readFile2BLGen.
readFileDoublesGenMN :: Int64 -> Int64 -> String -> FilePath -> IO (Vector Int)dobutokO2 DobutokO.Sound.Keyboard Like readFileDoublesGen, but returns only first n symbols specified with the second Int64 argument dropping before this the first m symbols specified with the first Int64 argument.
readFileDoublesGenN :: Int64 -> String -> FilePath -> IO (Vector Int)dobutokO2 DobutokO.Sound.Keyboard Like readFileDoublesGen, but returns only first n elements of the Vector specified with the first Int64 argument.
readFileDoublesMN :: Int64 -> Int64 -> FilePath -> IO (Vector Int)dobutokO2 DobutokO.Sound.Keyboard Like readFileDoubles, but returns only first n elements of the Vector specified with the second Int64 argument dropping before this the first m elements specified with the first Int64 argument.
readFileDoublesN :: Int64 -> FilePath -> IO (Vector Int)dobutokO2 DobutokO.Sound.Keyboard Like readFileDoubles, but returns only first n elements of the Vector specified with the first Int64 argument.
-
polysemy-fs Polysemy.FS No documentation available.
-
polysemy-fs Polysemy.FS No documentation available.
readFile' :: (MonadAction m, Partial) => Path b File -> m Textshake-plus Development.Shake.Plus.File Lifted version of readFile' with a well-typed filepath.
readFileIn' :: (MonadAction m, Partial) => Path b Dir -> Path Rel File -> m Textshake-plus Development.Shake.Plus.File Like readFile', but with an argument for the parent directory. Used for symmetry with the way getDirectoryFiles takes arguments.
readFileLines :: (MonadAction m, Partial) => Path b File -> m [Text]shake-plus Development.Shake.Plus.File Lifted version of readFileLines a well-typed filepath.