phonetic-languages-simplified-generalized-examples-common-0.4.0.0: Some common code for phonetic languages generalized functionality.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010
Extensions
  • BangPatterns
  • FlexibleContexts

Phonetic.Languages.General.Common

Description

Is rewritten from the module Phonetic.Languages.Common 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 ()