From 40f0ceb2ef94b51e4a0bccbd2910f86844b0b888 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 31 Oct 2013 08:35:39 +0000 Subject: [PATCH] use Simul instead of Anter in linref ClSlash --- lib/src/english/CatEng.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/english/CatEng.gf b/lib/src/english/CatEng.gf index a803da137..30e3613a5 100644 --- a/lib/src/english/CatEng.gf +++ b/lib/src/english/CatEng.gf @@ -127,7 +127,7 @@ concrete CatEng of Cat = CommonX - [Pol] ** open ResEng, Prelude in { linref SSlash = \ss -> ss.s ++ ss.c2 ; - ClSlash = \cls -> cls.s ! Pres ! Anter ! CPos ! ODir ++ cls.c2 ; + ClSlash = \cls -> cls.s ! Pres ! Simul ! CPos ! ODir ++ cls.c2 ; VP = \vp -> infVP VVAux vp Simul CPos (agrP3 Sg) ; VPSlash = \vps -> infVP VVAux vps Simul CPos (agrP3 Sg) ++ vps.c2;