summaryrefslogtreecommitdiff
path: root/old-lib/resource/english/ExtraEngAbs.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/english/ExtraEngAbs.gf
parent101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff)
moving a few things to deprecated
Diffstat (limited to 'old-lib/resource/english/ExtraEngAbs.gf')
-rw-r--r--old-lib/resource/english/ExtraEngAbs.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/old-lib/resource/english/ExtraEngAbs.gf b/old-lib/resource/english/ExtraEngAbs.gf
deleted file mode 100644
index 9ee849627..000000000
--- a/old-lib/resource/english/ExtraEngAbs.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-abstract ExtraEngAbs = Extra ** {
-
--- uncontracted negations; contracted are the default
- fun
- UncNegCl : Tense -> Ant -> Cl -> S ;
- UncNegQCl : Tense -> Ant -> QCl -> QS ;
- UncNegRCl : Tense -> Ant -> RCl -> RS ;
-
- UncNegImpSg : Imp -> Utt; -- do not help yourself
- UncNegImpPl : Imp -> Utt; -- do not help yourselves
-
--- freely compounded nouns
-
- CompoundCN : CN -> CN -> CN ; -- rock album
-
-}