phonetic-languages-simplified-properties-array-common-0.1.0.0: Common functionality for 'with-tuples' and old version of properties.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellNone
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

data CoeffTwo a Source #

Constructors

CF0 
CF2 (Maybe a) (Maybe a) 

Instances

Instances details
Eq a => Eq (CoeffTwo a) Source # 
Instance details

Defined in Phonetic.Languages.Array.Ukrainian.Common

Methods

(==) :: CoeffTwo a -> CoeffTwo a -> Bool #

(/=) :: CoeffTwo a -> CoeffTwo a -> Bool #

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 #