1
0
forked from GitHub/gf-rgl

fixed the mysterious "file..gfc" error

This commit is contained in:
aarne
2007-06-18 21:21:13 +00:00
parent 7ec955d10a
commit cb67cfb087
7 changed files with 14 additions and 21 deletions

View File

@@ -3,8 +3,8 @@ incomplete concrete PredicationI of Predication = Cat ** open ParamX, Lang in {
flags optimize = all_subs ;
lin
PosCl cl = UseCl TPres ASimul PPos cl ;
NegCl cl = UseCl TPres ASimul PNeg cl ;
PosCl cl = UseCl Lang.TPres ASimul PPos cl ;
NegCl cl = UseCl Lang.TPres ASimul PNeg cl ;
--2 Predication patterns.