1
0
forked from GitHub/gf-core

optimization flag in Predicatio

This commit is contained in:
aarne
2006-01-31 17:46:16 +00:00
parent ed71566bd9
commit 477abbd5ed
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
incomplete concrete PredicationI of Predication = Cat ** open ParamX, Lang in {
flags optimize = all_subs ;
lincat
AS = {s : Polarity => S} ;

View File

@@ -1,6 +1,8 @@
incomplete concrete DemonstrativeI of Demonstrative = Cat **
open Prelude, Lang, ParamX, DemRes in {
flags optimize = all_subs ;
lincat
MS = Dem {s : Polarity => Str} ;