mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
(Dut) make APs depend on agreement -- needed for reflexives
This commit is contained in:
@@ -38,7 +38,7 @@ concrete ExtraDut of ExtraDutAbs = CatDut **
|
||||
|
||||
|
||||
lin
|
||||
ICompAP ap = {s = \\_ => "hoe" ++ ap.s ! APred} ;
|
||||
ICompAP ap = {s = \\agr => "hoe" ++ ap.s ! agr ! APred} ;
|
||||
|
||||
IAdvAdv adv = {s = "hoe" ++ adv.s} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user