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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. readFileBS :: forall (r :: EffectRow) b . Member (FSRead :: (Type -> Type) -> Type -> Type) r => Path b File -> Sem r ByteString

    polysemy-fs Polysemy.FS

    No documentation available.

  7. readFileUtf8 :: forall (r :: EffectRow) b . Member (FSRead :: (Type -> Type) -> Type -> Type) r => Path b File -> Sem r Text

    polysemy-fs Polysemy.FS

    No documentation available.

  8. readFile' :: (MonadAction m, Partial) => Path b File -> m Text

    shake-plus Development.Shake.Plus.File

    Lifted version of readFile' with a well-typed filepath.

  9. readFileIn' :: (MonadAction m, Partial) => Path b Dir -> Path Rel File -> m Text

    shake-plus Development.Shake.Plus.File

    Like readFile', but with an argument for the parent directory. Used for symmetry with the way getDirectoryFiles takes arguments.

  10. readFileLines :: (MonadAction m, Partial) => Path b File -> m [Text]

    shake-plus Development.Shake.Plus.File

    Lifted version of readFileLines a well-typed filepath.

Page 16 of many | Previous | Next