fixed the mysterious "file..gfc" error

This commit is contained in:
aarne
2007-06-18 21:21:13 +00:00
parent 050ef5576b
commit f5b929acfc
11 changed files with 336 additions and 261 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.

View File

@@ -19,7 +19,7 @@ lin
SymbS sy = sy ;
SymbNum sy = sy ;
SymbNum sy = {s = sy.s ; n = Sg} ;
SymbOrd sy = {s = sy.s ++ "th"} ;
lincat

View File

@@ -23,7 +23,7 @@ lin
SymbS sy = {s = \\_ => sy.s} ;
SymbNum n = {s = n.s} ;
SymbNum n = {s = n.s ; n = Pl} ;
SymbOrd n = {s = \\_ => n.s ++ "."} ;