mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
concrete ExtraGer of ExtraGerAbs = CatGer ** open ResGer, Coordination in {
|
|
|
|
lincat
|
|
VPI = {s : Str} ;
|
|
[VPI] = {s1,s2 : Str} ;
|
|
lin
|
|
BaseVPI = twoSS ;
|
|
ConsVPI = consrSS comma ;
|
|
|
|
MkVPI vp = {s = useInfVP vp} ; ----
|
|
ConjVPI = conjunctSS ;
|
|
|
|
ComplVPIVV v vpi =
|
|
insertInf vpi.s (
|
|
predVGen v.isAux v) ; ----
|
|
{-
|
|
insertExtrapos vpi.p3 (
|
|
insertInf vpi.p2 (
|
|
insertObj vpi.p1 (
|
|
predVGen v.isAux v))) ;
|
|
-}
|
|
|
|
}
|