Use Acc case in ComparA

This commit is contained in:
krasimir
2008-03-13 07:15:48 +00:00
parent b940d06688
commit e0bffc2797

View File

@@ -6,7 +6,7 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
} ;
ComparA a np = {
s = \\aform => "ïî" ++ "-" ++ a.s ! aform ++ "îò" ++ np.s ! RSubj ;
s = \\aform => "ïî" ++ "-" ++ a.s ! aform ++ "îò" ++ np.s ! RObj Acc ;
isPre = True
} ;