From 67b107ea7ebc8e156489ad58ad029b9ff02cda59 Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Tue, 12 Nov 2019 14:54:02 +0100 Subject: [PATCH] remove unnecessary parameter --- src/latin/QuestionLat.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/latin/QuestionLat.gf b/src/latin/QuestionLat.gf index 7a5c2a3c6..75ab28dc5 100644 --- a/src/latin/QuestionLat.gf +++ b/src/latin/QuestionLat.gf @@ -5,7 +5,7 @@ concrete QuestionLat of Question = CatLat ** open ResLat, IrregLat, Prelude in { lin -- QuestCl : Cl -> QCl ; -- does John walk QuestCl cl = cl ** { - v = \\t,a,_,ap,cp => cl.v ! t ! a ! VQTrue ! ap ! cp ; + v = \\t,a,_,ap => cl.v ! t ! a ! VQTrue ! ap ; q = "" } ;