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.
-
histogram-fill Data.Histogram.Generic Read histogram from file.
readFileLazy :: FilePath -> IO ByteStringmelf Data.Elf.PrettyPrint Read the file strictly but return lazy bytestring
readFileUtf8 :: MonadIO m => FilePath -> m Textclassy-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).
readFile2BL :: FilePath -> IO ByteStringdobutokO2 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.
readFile2BLGen :: String -> FilePath -> IO ByteStringdobutokO2 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).
readFile2BLGenMN :: Int64 -> Int64 -> String -> FilePath -> IO ByteStringdobutokO2 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.
readFile2BLGenN :: Int64 -> String -> FilePath -> IO ByteStringdobutokO2 DobutokO.Sound.Keyboard Like readFile2BLGen, but reads only first n symbols specified with the first Int64 argument.
readFile2BLMN :: Int64 -> Int64 -> FilePath -> IO ByteStringdobutokO2 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.
readFile2BLN :: Int64 -> FilePath -> IO ByteStringdobutokO2 DobutokO.Sound.Keyboard Like readFile2BL, but reads only first n symbols specified with the first Int64 argument.
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.