mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
optimization flag in Predicatio
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
incomplete concrete PredicationI of Predication = Cat ** open ParamX, Lang in {
|
incomplete concrete PredicationI of Predication = Cat ** open ParamX, Lang in {
|
||||||
|
|
||||||
|
flags optimize = all_subs ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
AS = {s : Polarity => S} ;
|
AS = {s : Polarity => S} ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
incomplete concrete DemonstrativeI of Demonstrative = Cat **
|
incomplete concrete DemonstrativeI of Demonstrative = Cat **
|
||||||
open Prelude, Lang, ParamX, DemRes in {
|
open Prelude, Lang, ParamX, DemRes in {
|
||||||
|
|
||||||
|
flags optimize = all_subs ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
|
||||||
MS = Dem {s : Polarity => Str} ;
|
MS = Dem {s : Polarity => Str} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user