mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
remove unnecessary parameter
This commit is contained in:
@@ -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 = ""
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user