| Copyright | (c) OleksandrZhabenko 2020-2022 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions |
|
Phonetic.Languages.Basis
Description
Simplified version of the phonetic-languages-common and phonetic-languages-general packages.
Uses less dependencies.
Documentation
Constructors
| R | |
Fields
| |
Instances
| (Eq b, Eq c, Eq (t a)) => Eq (Result t a b c) Source # | |
| (Ord (t a), Ord b, Ord c) => Ord (Result t a b c) Source # | |
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 # | |