From b73c9ede2a6d229bf1bf799814a2559cda26ddc3 Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 3 Sep 2019 20:51:22 +0200 Subject: [PATCH] linrefs for V,V2 in Turkish --- src/turkish/CatTur.gf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/turkish/CatTur.gf b/src/turkish/CatTur.gf index b0c38154..2a84f3b6 100644 --- a/src/turkish/CatTur.gf +++ b/src/turkish/CatTur.gf @@ -47,4 +47,9 @@ concrete CatTur of Cat = CommonX - [CAdv,AdN] ** open ResTur, Prelude in { N2 = Noun ** {c : Prep} ; N3 = Noun ** {c1,c2 : Prep} ; PN = Noun ; + +linref + V = \v -> v.s ! VInfinitive ; + V2 = v.s ! VInfinitive ++ v.c.s ; + }