diff --git a/src/latin/CatLat.gf b/src/latin/CatLat.gf index 5847f2684..a40a502a1 100644 --- a/src/latin/CatLat.gf +++ b/src/latin/CatLat.gf @@ -89,4 +89,5 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in { linref NP = \np -> np.preap.s ! Ag np.g np.n Nom ++ np.s ! Nom ++ np.postap.s ! Ag np.g np.n Nom ; VP = \vp -> vp.adv ++ vp.inf ! VInfActPres ++ vp.obj ++ vp.compl ! Ag Masc Sg Nom ; + S = \s -> combineSentence s ! SPreO ! PreO ! SOV ; }