mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Eng) fix missing paradigm invarA
This commit is contained in:
@@ -454,6 +454,9 @@ mkInterj : Str -> Interj
|
|||||||
|
|
||||||
mkOrd : Str -> Ord = \x -> lin Ord { s = regGenitiveS x};
|
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 ;
|
mk2A a b = mkAdjective a a a b ;
|
||||||
regA a = case a of {
|
regA a = case a of {
|
||||||
_ + ("a" | "e" | "i" | "o" | "u" | "y") + ? + _ +
|
_ + ("a" | "e" | "i" | "o" | "u" | "y") + ? + _ +
|
||||||
|
|||||||
Reference in New Issue
Block a user