mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 18:21:11 -06:00
fixed QuestIAdv
This commit is contained in:
@@ -50,7 +50,7 @@ lin
|
||||
|
||||
-- : IAdv -> Cl -> QCl ; -- why does John walk
|
||||
QuestIAdv iadv cls = {
|
||||
pred = \\vf,pol => cls.pred ! vf ! pol ++ iadv.s;
|
||||
pred = \\vf,pol => cls.pred ! Root ! pol ++ iadv.s;
|
||||
subj = cls.subj ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user