1
0
forked from GitHub/gf-rgl

(Eng) fix missing paradigm invarA

This commit is contained in:
odanoburu
2018-12-05 09:51:10 +02:00
parent 994e0482bc
commit aec24a3901

View File

@@ -454,6 +454,9 @@ mkInterj : Str -> Interj
mkOrd : Str -> Ord = \x -> lin Ord { s = regGenitiveS x};
invarA : Str -> A ;
invarA a = mkAdjective a a a a ;
mk2A a b = mkAdjective a a a b ;
regA a = case a of {
_ + ("a" | "e" | "i" | "o" | "u" | "y") + ? + _ +