(Dut) make APs depend on agreement -- needed for reflexives

This commit is contained in:
Inari Listenmaa
2018-02-15 14:38:24 +01:00
parent 38dac3de60
commit 6fa7524c32
8 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -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} ;