mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 {
|
||||
|
||||
flags optimize = all_subs ;
|
||||
|
||||
lincat
|
||||
AS = {s : Polarity => S} ;
|
||||
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user