summaryrefslogtreecommitdiff
path: root/old-lib/resource/demo/Clause.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-lib/resource/demo/Clause.gf')
-rw-r--r--old-lib/resource/demo/Clause.gf22
1 files changed, 22 insertions, 0 deletions
diff --git a/old-lib/resource/demo/Clause.gf b/old-lib/resource/demo/Clause.gf
new file mode 100644
index 000000000..4145d335a
--- /dev/null
+++ b/old-lib/resource/demo/Clause.gf
@@ -0,0 +1,22 @@
+abstract Clause = Cat ** {
+
+fun
+ PredV : NP -> V -> Cl ;
+ PredV2 : NP -> V2 -> NP -> Cl ;
+ PredAP : NP -> AP -> Cl ;
+ PredAdv : NP -> Adv -> Cl ;
+ PredNP : NP -> NP -> Cl ;
+
+ UseCl : Tense -> Ant -> Pol -> Cl -> S ;
+
+ QuestV : IP -> V -> QCl ;
+ QuestV2 : IP -> V2 -> NP -> QCl ;
+-- QuestV2Slash : IP -> NP -> V2 -> QCl ;
+
+ UseQCl : Tense -> Ant -> Pol -> QCl -> QS ;
+
+ ImpV : V -> Imp ;
+-- ImpV2 : V2 -> NP -> Imp ;
+
+
+}