phonetic-languages-simplified-base-0.4.6.0: A basics of the phonetic-languages functionality.
Copyright(c) OleksandrZhabenko 2020-2021
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
ExtensionsBangPatterns

Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base

Description

Generalization of the uniqueness-periods and uniqueness-periods-general packages functionality. Uses less dependencies.

Synopsis

List functions

uniquenessPeriodsGG :: (Foldable t, Ord a) => a -> [a] -> t a -> [Int16] Source #

A generalization of the uniquenessPeriods function of the uniqueness-periods package.

uniquenessPeriodsG :: Foldable t => String -> t Char -> [Int16] Source #

A variant for the uniquenessPeriodsGG function for Char.

uniquenessPeriodsGI8 :: Foldable t => [Int8] -> t Int8 -> [Int16] Source #

A variant for the uniquenessPeriodsGG function for Int8.

diverse2GGL :: (Foldable t, Ord a) => a -> [a] -> t a -> Int16 Source #

diverse2GL :: Foldable t => String -> t Char -> Int16 Source #

A variant of the diverse2GGL function for Char.

diverse2GLInt8 :: Foldable t => [Int8] -> t Int8 -> Int16 Source #

A variant of the diverse2GGL function for Int8.