summaryrefslogtreecommitdiff
path: root/old-lib/resource/romance/ExtRomance.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
committeraarne <aarne@chalmers.se>2009-12-09 09:47:16 +0000
commitc8ceed08efcc0bdc1fcbd89bce643d9f52f0991b (patch)
tree5f0b314341c129eba1bc67b8b887fb8a4486fad8 /old-lib/resource/romance/ExtRomance.gf
parent101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff)
moving a few things to deprecated
Diffstat (limited to 'old-lib/resource/romance/ExtRomance.gf')
-rw-r--r--old-lib/resource/romance/ExtRomance.gf14
1 files changed, 0 insertions, 14 deletions
diff --git a/old-lib/resource/romance/ExtRomance.gf b/old-lib/resource/romance/ExtRomance.gf
deleted file mode 100644
index a5586d715..000000000
--- a/old-lib/resource/romance/ExtRomance.gf
+++ /dev/null
@@ -1,14 +0,0 @@
-incomplete concrete ExtRomance of ExtRomanceAbs =
- CatRomance ** open DiffRomance, ResRomance in {
-
- lin
- DefSgN predet noun = let g = noun.g in {
- s = \\c => predet.s ! gennum g Sg ++ noun.s ! Sg ! Def ! caseNP c ;
- a = agrP3 g Sg
- } ;
- DefPlN predet noun = let g = noun.g in {
- s = \\c => predet.s ! Plg ++ noun.s ! Pl ! Def ! caseNP c ;
- a = agrP3 g Sg
- } ;
-
-}