diff --git a/lib/resource/english/IdiomEng.gf b/lib/resource/english/IdiomEng.gf index d79201680..87fb03136 100644 --- a/lib/resource/english/IdiomEng.gf +++ b/lib/resource/english/IdiomEng.gf @@ -11,7 +11,7 @@ concrete IdiomEng of Idiom = CatEng ** open Prelude, ResEng in { (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ; CleftAdv ad s = mkClause "it" (agrP3 Sg) - (insertObj (\\_ => optStr conjThat ++ s.s) + (insertObj (\\_ => conjThat ++ s.s) (insertObj (\\_ => ad.s) (predAux auxBe))) ; ExistNP np =