phonetic-languages-simplified-examples-array-0.3.0.0: Helps to create Ukrainian texts with the given phonetic properties.
Copyright(c) OleksandrZhabenko 2020
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010
ExtensionsBangPatterns

Phonetic.Languages.Simple

Description

The library functions for the lineVariantsG3 executable.

Synopsis

Documentation

generalProc2G :: FilePath -> Bool -> Bool -> [String] -> Coeffs2 -> [String] -> Bool -> IO () Source #

@ since 0.3.0.0 Is used to do general processment.

generalProc2 :: Bool -> Bool -> [String] -> Coeffs2 -> [String] -> Bool -> IO String Source #

@ since 0.3.0.0 The result is not IO (), but IO String. The type also changed generally.

interactivePrintResult :: (a -> String) -> [a] -> IO String Source #

@ since 0.3.0.0 The result is not IO (), but IO String. The type also changed generally.

generalProcMMs :: Bool -> Coeffs2 -> [([Int], Int, Int, String)] -> [Array Int Int] -> [String] -> IO String Source #

@ since 0.3.0.0 The result is not IO (), but IO String. The type also changed generally.

finalProc :: Bool -> (a -> String) -> [a] -> IO String Source #

@ since 0.3.0.0 The result is not IO (), but IO String. The type also changed generally.

print1el :: Bool -> String -> [Result [] Char Double Double] -> IO String Source #

@ since 0.3.0.0 The result is not IO (), but IO String. The type also changed generally.