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.

  1. readSound8ToWord8 :: String -> (Word8, [(Sound8, Word8)])

    aftovolio Aftovolio.Ukrainian.ReadDurations

    Since the version 0.5.0.0 the semantics changed. Now, there is no duration for the pause between words. The 52 Double numbers become the durations of the above specified Sound8 values respectively, the order must be preserved (if you consider it important, well, it should be!). If some number in the file cannot be read as a Double number the function uses the first one that can be instead (the default value). If no such is specified at all, then the default number is 5 for all the Sound8 sound representations.

  2. readSyllableDurations :: FilePath -> IO [[[[Sound8]]] -> [[Word8]]]

    aftovolio Aftovolio.Ukrainian.ReadDurations

    No documentation available.

  3. readFileIfAny :: FilePath -> IO String

    aftovolio Data.ChooseLine2

    Inspired by: 'https://hackage.haskell.org/package/base-4.15.0.0/docs/src/GHC-IO.html#catch' Is taken from the https:/hackage.haskell.orgpackagestring-interpreter-0.8.0.0docssrcInterpreter.StringConversion.html#readFileIfAny to reduce general quantity of dependencies. Reads a textual file given by its FilePath and returns its contents lazily. If there is some IOException thrown or an empty file then returns just "". Raises an exception for the binary file.

  4. readRecord :: FilePath -> IO GRec

    ansi-terminal-game Terminal.Game

    Reads a file containing a recorded session. Throws MalformedGRec on failure.

  5. readFile :: Fractional time => FilePath -> IO (T time String)

    audacity Sound.Audacity.LabelTrack

    Read label file in a strict way.

  6. readResponse :: MonadThrow n => Response m a -> n a

    aws Aws

    Read a response result (if it's a success response, fail otherwise).

  7. readResponseIO :: MonadIO io => Response m a -> io a

    aws Aws

    Read a response result (if it's a success response, fail otherwise). In MonadIO.

  8. readHex2 :: [Char] -> Maybe Word8

    aws Aws.Core

    Parse a two-digit hex number.

  9. readInt :: (MonadThrow m, Num a) => String -> m a

    aws Aws.Core

    Read an integer from a String, throwing an XmlException on failure.

  10. readResponse :: MonadThrow n => Response m a -> n a

    aws Aws.Core

    Read a response result (if it's a success response, fail otherwise).

Page 296 of many | Previous | Next