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. readFileHistogram :: forall bin a (v :: Type -> Type) . (Read bin, Read a, Bin bin, Vector v a) => FilePath -> IO (Histogram v bin a)

    histogram-fill Data.Histogram.Generic

    Read histogram from file.

  2. readFileLazy :: FilePath -> IO ByteString

    melf Data.Elf.PrettyPrint

    Read the file strictly but return lazy bytestring

  3. readFileUtf8 :: MonadIO m => FilePath -> m Text

    classy-prelude-yesod ClassyPrelude.Yesod

    Strictly read a file into a Text using a UTF-8 character encoding. In the event of a character encoding error, a Unicode replacement character will be used (a.k.a., lenientDecode).

  4. readFile2BL :: FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Usual way the function readFile2BLGen is used. The text in a file being read is treated as a properly typed (entered) one. So there is no keyboard layout conversion at all.

  5. readFile2BLGen :: String -> FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Reads a given file into a lazy ByteString with filtering of all characters that are not a lower case ascii letters. It has additional first command line argument to control the way of treating letters: as being typed (entered) properly (null String), or needed to be converted from qwerty to dvorak layout ("q" String), or vice versa (otherwise).

  6. readFile2BLGenMN :: Int64 -> Int64 -> String -> FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Like readFile2BLGen, but reads only first n symbols specified with the second Int64 argument dropping before this the first m symbols specified with the first Int64 argument.

  7. readFile2BLGenN :: Int64 -> String -> FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Like readFile2BLGen, but reads only first n symbols specified with the first Int64 argument.

  8. readFile2BLMN :: Int64 -> Int64 -> FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Like readFile2BL, but reads only first n symbols specified with the second Int64 argument dropping before this the first m symbols specified with the first Int64 argument.

  9. readFile2BLN :: Int64 -> FilePath -> IO ByteString

    dobutokO2 DobutokO.Sound.Keyboard

    Like readFile2BL, but reads only first n symbols specified with the first Int64 argument.

  10. readFileDoubles :: FilePath -> IO (Vector Int)

    dobutokO2 DobutokO.Sound.Keyboard

    Usual way the function readFileDoublesGen is used. The text in a file being read is treated as a properly typed (entered) one. So there is no keyboard layout conversion at all.

Page 15 of many | Previous | Next