use CPrep instead of Acc in several places

This commit is contained in:
Krasimir Angelov
2018-07-04 14:06:41 +02:00
parent 237a68f05e
commit fa966ab212
7 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ concrete RelativeBul of Relative = CatBul ** open ResBul in {
} ;
FunRP p np rp = {
s = \\gn => np.s ! RObj Acc ++ linPrep p ++ rp.s ! gn ;
s = \\gn => np.s ! RObj CPrep ++ linPrep p ++ rp.s ! gn ;
} ;
IdRP = {