mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
use CPrep instead of Acc in several places
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user