forked from GitHub/gf-rgl
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