phonetic-languages-simplified-properties-array 0.17.0.0 → 0.17.1.0
raw patch · 3 files changed
+7/−2 lines, 3 files
Files
- CHANGELOG.md +4/−0
- Phladiprelio/Ukrainian/PropertiesFuncRepG2Diverse.hs +2/−1
- phonetic-languages-simplified-properties-array.cabal +1/−1
CHANGELOG.md view
@@ -132,3 +132,7 @@ logical duplication. Changed the function types and reduced the number of code written. Partially changed the definition of some functions. +## 0.17.1.0 -- 2023-03-01++* Seventeenth version revised A. Fixed issue with being not compiled for GHC-9.2* and higher versions.+o
Phladiprelio/Ukrainian/PropertiesFuncRepG2Diverse.hs view
@@ -20,6 +20,7 @@ , procDiverse2FTup ) where +import GHC.Enum (fromEnum) import GHC.Base import GHC.Int import GHC.Arr (Array)@@ -78,7 +79,7 @@ -> FuncRep2 ReadyForConstructionUkr Double c procDiverse2FTup tup1 tup2 tup3 tup4 tup5 tup6 tup7 tup8 tup9 tup10 tup11 tup12 tup13 tup14 tup15 tup16 g sels = D (\x -> case x of- Str xs -> int2Double . (\(I16# k) -> I# k) . diverse2GGL sels [100,101] .+ Str xs -> int2Double . fromEnum . diverse2GGL sels [100,101] . convertToProperUkrainianI8WithTuples tup1 tup2 tup3 tup4 tup5 tup6 tup7 tup8 tup9 tup10 tup11 tup12 tup13 tup14 tup15 tup16 $ xs FSL xsss -> 1.0) g {-# INLINE procDiverse2FTup #-}
phonetic-languages-simplified-properties-array.cabal view
@@ -2,7 +2,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-properties-array-version: 0.17.0.0+version: 0.17.1.0 synopsis: Some properties of the data related to rhythmicity. description: A generalization of the uniqueness-periods-vector-properties package. Is a simplified version of the functionality of the former one. Uses lists and arrays as main processment data types. Uses Double whenever applicable. homepage: https://hackage.haskell.org/package/phonetic-languages-simplified-properties-array