phladiprelio-ukrainian-simple-0.11.0.0: A PhLADiPreLiO implementation for Ukrainian that uses hashes and asynchronous concurrency.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Phladiprelio.Ukrainian.IO

Documentation

generalF Source #

Arguments

:: (String, String)

If the next element is not equal to -1, then the prepending and appending lines to be displayed. Used basically for working with the multiline textual input data.

-> Int

The number of the line in the file to be read the lines from. If equal to -1 then neither reading from the file is done nor the first argument influences the processment results.

-> FilePath

The file to read the sound representation durations from.

-> Int 
-> HashCorrections 
-> (Int8, [Int8]) 
-> Int 
-> Bool 
-> Int 
-> Bool 
-> Int8 
-> (FilePath, Int) 
-> Bool

Whether to run tests concurrently or not. True corresponds to concurrent execution that can speed up the getting results but use more resources.

-> String

An initial string to be analysed.

-> [String] 
-> IO [String] 

stat1 :: Int -> (Int8, [Int8]) -> Int Source #