change type for conjunctions, split and overload mkConj and add placeholders into the dictionary t

This commit is contained in:
Herbert Lange
2019-04-26 17:26:05 +02:00
parent 52fee8ab4d
commit a552ba9889
4 changed files with 108 additions and 103 deletions
+1 -1
View File
@@ -93,5 +93,5 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
V, VS, VQ, VA = \v -> v.act ! (VAct VSim (VPres VInd) Sg P1) ;
V2, V2A, V2Q, V2S = \v -> v.act ! (VAct VSim (VPres VInd) Sg P1) ;
Pron = \p -> p.pers.s ! PronNonDrop ! PronNonRefl ! Nom ;
Conj = \c -> c.s1 ++ c.s2 ;
Conj = \c -> c.s1 ++ c.s2 ++ c.s3 ;
}