phonetic-languages-simplified-properties-array-common-0.3.0.0: Common functionality for 'with-tuples' and old version of properties.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • Cpp
  • BangPatterns

Phonetic.Languages.Array.Ukrainian.Common

Description

Generalization of the functionality of the DobutokO.Poetry.Norms and DobutokO.Poetry.Norms.Extended modules from the dobutokO-poetry package. Instead of vectors, uses arrays.

Documentation

eval23K :: (RealFrac c, Floating c) => c -> c -> [[c]] -> c Source #

eval23F :: (RealFrac c, Floating c) => c -> [[c]] -> c Source #

eval23KF :: (RealFrac c, Floating c) => c -> c -> c -> [[c]] -> c Source #

words1 :: (Ord a, Num a) => [a] -> [[a]] Source #