Removed "that" variant in RelativeEng.IdRP. Added instead that_RP in ExtraEng[Abs].

This commit is contained in:
bjorn
2008-10-30 15:06:34 +00:00
parent bed2d9068e
commit e64d5a8bb0
3 changed files with 19 additions and 6 deletions
+13
View File
@@ -50,4 +50,17 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
oper
neg = CNeg False ;
lin
that_RP =
{ s = table {
RC _ Gen => "whose" ;
RC _ _ => "that" ;
RPrep Neutr => "which" ;
RPrep _ => "whom"
} ;
a = RNoAg
} ;
}