From b0605518029b0c0640d6e14b89fc378ba66465f4 Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Wed, 20 Mar 2019 12:05:53 +0100 Subject: [PATCH] remove ListS for the moment again because it leads to problems --- src/latin/ConjunctionLat.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/latin/ConjunctionLat.gf b/src/latin/ConjunctionLat.gf index aacb0b42..f8fbb378 100644 --- a/src/latin/ConjunctionLat.gf +++ b/src/latin/ConjunctionLat.gf @@ -53,9 +53,9 @@ concrete ConjunctionLat of Conjunction = -- -- BaseS : S -> S -> ListS - BaseS x y = { - l = \\c => { s1 = x ; s2 = y } ; - } ; +-- BaseS x y = { +-- l = \\c => { s1 = x ; s2 = y } ; +-- } ; -- ConsS : S -> ListS -> ListS -- TO FIX @@ -111,7 +111,7 @@ concrete ConjunctionLat of Conjunction = { l = \\_ => consrTable Agr and_Conj.s2 x (xs.l ! Comma ) } ; -- lincat - [S] = { l : Coordinator => {s1,s2 : S} } ; -- TO FIX +-- [S] = { l : Coordinator => {s1,s2 : S} } ; -- TO FIX [Adv] = { l: Coordinator => {s1,s2 : Str}} ; [NP] = {l : Coordinator => {s1,s2 : Case => Str} ; g : Gender ; n : Number ; p : Person ; adv : Str ; preap : AP ; postap : AP ; isBase : Bool } ; [AP] = {l : Coordinator => {s1,s2 : Agr => Str } } ;