From cd53c5304e53c490780b433c81594f6be265b677 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 14 Aug 2019 13:57:20 +0200 Subject: [PATCH] (Som) typofix --- src/somali/ConjunctionSom.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/somali/ConjunctionSom.gf b/src/somali/ConjunctionSom.gf index 2a6c2015c..391ff78a1 100644 --- a/src/somali/ConjunctionSom.gf +++ b/src/somali/ConjunctionSom.gf @@ -116,7 +116,7 @@ oper -- Like conjunctTable from prelude/Coordination.gf, -- but forces the first argument into absolutive. - conjunctNPTable : ConjDistr -> ({s1,s2 : Case => Str} ** BaseNP) -> NP = \co,xs -> lin NP (xs' ** { + conjunctNPTable : ConjDistr -> ({s1,s2 : Case => Str} ** BaseNP) -> NP = \co,xs -> lin NP (xs ** { s = \\c => co.s1 ++ xs.s1 ! Abs ++ co.s2 ! xs.st ++ xs.s2 ! c }) ;