Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
aftovolio Aftovolio.General.Datatype3 Is a way to read duration of the additional added time period into the line.
-
aftovolio Aftovolio.General.Parsing The function that is mostly intended to be used by the end user. Reads the specifications from the5 given files and returns the data that can be used further for generalized AFTOVolio.
-
aftovolio Aftovolio.Halfsplit No documentation available.
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.
readSyllableDurations :: FilePath -> IO [[[[Sound8]]] -> [[Word8]]]aftovolio Aftovolio.Ukrainian.ReadDurations No documentation available.
readFileIfAny :: FilePath -> IO Stringaftovolio 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.
readRecord :: FilePath -> IO GRecansi-terminal-game Terminal.Game Reads a file containing a recorded session. Throws MalformedGRec on failure.
readFile :: Fractional time => FilePath -> IO (T time String)audacity Sound.Audacity.LabelTrack Read label file in a strict way.
readResponse :: MonadThrow n => Response m a -> n aaws Aws Read a response result (if it's a success response, fail otherwise).
readResponseIO :: MonadIO io => Response m a -> io aaws Aws Read a response result (if it's a success response, fail otherwise). In MonadIO.