phonetic-languages-basis-0.1.0.0: A basics of the phonetic-languages functionality.
Copyright(c) OleksandrZhabenko 2020-2022
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010
Extensions
  • BangPatterns
  • FlexibleContexts

Phonetic.Languages.Basis

Description

Simplified version of the phonetic-languages-common and phonetic-languages-general packages. Uses less dependencies.

Documentation

data Result t a b c Source #

Constructors

R 

Fields

Instances

Instances details
(Eq b, Eq c, Eq (t a)) => Eq (Result t a b c) Source # 
Instance details

Defined in Phonetic.Languages.Basis

Methods

(==) :: Result t a b c -> Result t a b c -> Bool #

(/=) :: Result t a b c -> Result t a b c -> Bool #

(Ord (t a), Ord b, Ord c) => Ord (Result t a b c) Source # 
Instance details

Defined in Phonetic.Languages.Basis

Methods

compare :: Result t a b c -> Result t a b c -> Ordering #

(<) :: Result t a b c -> Result t a b c -> Bool #

(<=) :: Result t a b c -> Result t a b c -> Bool #

(>) :: Result t a b c -> Result t a b c -> Bool #

(>=) :: Result t a b c -> Result t a b c -> Bool #

max :: Result t a b c -> Result t a b c -> Result t a b c #

min :: Result t a b c -> Result t a b c -> Result t a b c #

data FuncRep2 a b c Source #

Constructors

D 

Fields

getAC :: FuncRep2 a b c -> a -> c Source #