(Ara) Add new paradigm for assimilated+defective FormI verbs

This commit is contained in:
Inari Listenmaa
2019-01-09 19:38:47 +02:00
parent 002fea0e66
commit 5a0818920b
2 changed files with 26 additions and 9 deletions
+4 -3
View File
@@ -462,9 +462,10 @@ resource ParadigmsAra = open
root = mkRoot3 rootStr
} in {
s =
case root.l of {
#weak => (v2defective root).s;
_ => (v2sound root).s
case rootStr of {
-- #weak + ? + ? =>
? + ? + #weak => (v2defective root).s;
_ => (v2sound root).s
};
lock_V = <>
};