diff options
Diffstat (limited to 'deprecated/old-lib/resource/romance/ExtraRomance.gf')
| -rw-r--r-- | deprecated/old-lib/resource/romance/ExtraRomance.gf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/romance/ExtraRomance.gf b/deprecated/old-lib/resource/romance/ExtraRomance.gf new file mode 100644 index 000000000..9bddb29f3 --- /dev/null +++ b/deprecated/old-lib/resource/romance/ExtraRomance.gf @@ -0,0 +1,21 @@ +incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance ** + open + CommonRomance, + Coordination, + ResRomance in { + + lin TPasseSimple = {s = []} ** {t = RPasse} ; --# notpresent + + lincat + VPI = {s : Str} ; + [VPI] = {s1,s2 : Str} ; + lin + BaseVPI = twoSS ; + ConsVPI = consrSS comma ; + + MkVPI vp = {s = infVP vp (agrP3 Masc Sg)} ; + ConjVPI = conjunctDistrSS ; + ComplVPIVV v vpi = + insertComplement (\\a => prepCase v.c2.c ++ vpi.s) (predV v) ; + +} |
