1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
janna
2004-01-11 18:32:54 +00:00
parent 9b9634bf7a
commit 6fdd67cb84
2 changed files with 9 additions and 9 deletions

View File

@@ -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
};

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../../prelude
instance ResourceRus of Resource = reuse StructuralRus ;
--# -path=.:../abstract:../../prelude
instance ResourceRus of Resource = reuse StructuralRus ;