forked from GitHub/gf-core
*** empty log message ***
This commit is contained in:
@@ -334,12 +334,12 @@ oper
|
||||
oper presentConj: (_,_,_,_,_,_: Str) -> PresentVerb =
|
||||
\sgP1, sgP2, sgP3, plP1, plP2, plP3 ->
|
||||
table {
|
||||
PRF Sg P1 => sgP1 ;
|
||||
PRF Sg P2 => sgP2 ;
|
||||
PRF Sg P3 => sgP3 ;
|
||||
PRF Pl P1 => plP1 ;
|
||||
PRF Pl P2 => plP2 ;
|
||||
PRF Pl P3 => plP3
|
||||
PRF (ASg _) P1 => sgP1 ;
|
||||
PRF (ASg _) P2 => sgP2 ;
|
||||
PRF (ASg _) P3 => sgP3 ;
|
||||
PRF APl P1 => plP1 ;
|
||||
PRF APl P2 => plP2 ;
|
||||
PRF APl P3 => plP3
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
--# -path=.:../abstract:../../prelude
|
||||
|
||||
instance ResourceRus of Resource = reuse StructuralRus ;
|
||||
--# -path=.:../abstract:../../prelude
|
||||
|
||||
instance ResourceRus of Resource = reuse StructuralRus ;
|
||||
|
||||
Reference in New Issue
Block a user