mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
(Som) typofix
This commit is contained in:
@@ -116,7 +116,7 @@ oper
|
|||||||
|
|
||||||
-- Like conjunctTable from prelude/Coordination.gf,
|
-- Like conjunctTable from prelude/Coordination.gf,
|
||||||
-- but forces the first argument into absolutive.
|
-- 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
|
s = \\c => co.s1 ++ xs.s1 ! Abs ++ co.s2 ! xs.st ++ xs.s2 ! c
|
||||||
}) ;
|
}) ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user