mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
(Som) Minor cleanup
This commit is contained in:
@@ -192,7 +192,7 @@ oper
|
||||
case n.gda of {FM _ _ => Fem ; _ => Masc} ;
|
||||
|
||||
gennum : {gda : GenderDefArt} -> Number -> GenNum = \gda,n ->
|
||||
case n of {Pl => PlInv ; Sg =>
|
||||
case n of {Pl => PlInv ; Sg =>
|
||||
case gda.gda of {FM _ _ => SgFem ; _ => SgMasc}
|
||||
} ;
|
||||
|
||||
@@ -223,7 +223,7 @@ param
|
||||
Preposition = U | Ku | Ka | La | NoPrep ;
|
||||
|
||||
PrepCombination = Ugu | Uga | Ula | Kaga | Kula | Kala
|
||||
| Passive | Lagu | Laga | Loo | Lala -- TODO all combinations with impersonal la
|
||||
| Passive | Loo | Lagu | Laga | Lala -- TODO all combinations with impersonal la: Loogu, Looga, Loola, Lagaga, Lagula, Lagala
|
||||
| Single Preposition ;
|
||||
|
||||
oper
|
||||
|
||||
Reference in New Issue
Block a user