phonetic-languages-simplified-generalized-examples-common-0.6.0.0: Some common code for phonetic languages generalized functionality.
Copyright(c) Oleksandr Zhabenko 2020-2023
LicenseMIT
Maintaineroleksandr.zhabenko@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • BangPatterns
  • FlexibleContexts

Phladiprelio.General.CommonE

Description

Is rewritten from the module Phladiprelio.Ukrainian.CommonE from the package phonetic-languages-simplified-examples-common.

Documentation

fLinesN Source #

Arguments

:: Int 
-> Concatenations

Data used to concatenate (prepend) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> Concatenations

Data used to concatenate (append) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> String 
-> String 
-> String 
-> Int 
-> String 
-> [String] 

fLines Source #

Arguments

:: Concatenations

Data used to concatenate (prepend) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> Concatenations

Data used to concatenate (append) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> String 
-> String 
-> String 
-> Int 
-> String 
-> [String] 

fLinesNIO Source #

Arguments

:: Int 
-> Concatenations

Data used to concatenate (prepend) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> Concatenations

Data used to concatenate (append) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> String 
-> String 
-> String 
-> String 
-> IO () 

fLinesIO Source #

Arguments

:: Concatenations

Data used to concatenate (prepend) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> Concatenations

Data used to concatenate (append) the basic grammar preserving words and word sequences to the next word to leave the most of the meaning (semantics) of the text available to easy understanding while reading and listening to.

-> String 
-> String 
-> String 
-> String 
-> IO ()