mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
use Simul instead of Anter in linref ClSlash
This commit is contained in:
@@ -127,7 +127,7 @@ concrete CatEng of Cat = CommonX - [Pol] ** open ResEng, Prelude in {
|
|||||||
|
|
||||||
linref
|
linref
|
||||||
SSlash = \ss -> ss.s ++ ss.c2 ;
|
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) ;
|
VP = \vp -> infVP VVAux vp Simul CPos (agrP3 Sg) ;
|
||||||
VPSlash = \vps -> infVP VVAux vps Simul CPos (agrP3 Sg) ++ vps.c2;
|
VPSlash = \vps -> infVP VVAux vps Simul CPos (agrP3 Sg) ++ vps.c2;
|
||||||
|
|||||||
Reference in New Issue
Block a user