forked from GitHub/gf-rgl
wrong place for VPI parameter fixed
This commit is contained in:
@@ -23,9 +23,6 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
|
|||||||
VPI = {s : VPIForm => Agr => Str} ;
|
VPI = {s : VPIForm => Agr => Str} ;
|
||||||
[VPI] = {s1,s2 : VPIForm => Agr => Str} ;
|
[VPI] = {s1,s2 : VPIForm => Agr => Str} ;
|
||||||
|
|
||||||
param
|
|
||||||
VPIForm = VPIInf | VPIPPart ;
|
|
||||||
|
|
||||||
lin
|
lin
|
||||||
BaseVPI = twoTable2 VPIForm Agr ;
|
BaseVPI = twoTable2 VPIForm Agr ;
|
||||||
ConsVPI = consrTable2 VPIForm Agr comma ;
|
ConsVPI = consrTable2 VPIForm Agr comma ;
|
||||||
|
|||||||
@@ -424,4 +424,10 @@ resource ResEng = ParamX ** open Prelude in {
|
|||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- for VP conjunction
|
||||||
|
|
||||||
|
param
|
||||||
|
VPIForm = VPIInf | VPIPPart ;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,9 +34,6 @@ incomplete concrete ExtraScand of ExtraScandAbs = CatScand **
|
|||||||
VPI = {s : VPIForm => Agr => Str} ;
|
VPI = {s : VPIForm => Agr => Str} ;
|
||||||
[VPI] = {s1,s2 : VPIForm => Agr => Str} ;
|
[VPI] = {s1,s2 : VPIForm => Agr => Str} ;
|
||||||
|
|
||||||
param
|
|
||||||
VPIForm = VPIInf | VPISup ; ---- sup not yet used
|
|
||||||
|
|
||||||
lin
|
lin
|
||||||
BaseVPI = twoTable2 VPIForm Agr ;
|
BaseVPI = twoTable2 VPIForm Agr ;
|
||||||
ConsVPI = consrTable2 VPIForm Agr comma ;
|
ConsVPI = consrTable2 VPIForm Agr comma ;
|
||||||
|
|||||||
@@ -67,4 +67,9 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
|
|||||||
en2,ea2,eext : Bool = False -- indicate if the field exists
|
en2,ea2,eext : Bool = False -- indicate if the field exists
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- needed for VP conjunction
|
||||||
|
param
|
||||||
|
VPIForm = VPIInf | VPISup ; ---- sup not yet used
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user