diff options
Diffstat (limited to 'old-lib/resource/demo/ClauseI.gf')
| -rw-r--r-- | old-lib/resource/demo/ClauseI.gf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/old-lib/resource/demo/ClauseI.gf b/old-lib/resource/demo/ClauseI.gf deleted file mode 100644 index 12fa28995..000000000 --- a/old-lib/resource/demo/ClauseI.gf +++ /dev/null @@ -1,23 +0,0 @@ -incomplete concrete ClauseI of Clause = Cat ** open Grammar in { - -lin - PredV np v = PredVP np (UseV v) ; - PredV2 s v o = PredVP s (ComplSlash (SlashV2a v) o) ; - PredAP s a = PredVP s (UseComp (CompAP a)) ; - PredAdv s a = PredVP s (UseComp (CompAdv a)) ; - PredNP s n = PredVP s (UseComp (CompNP n)) ; - - UseCl = Grammar.UseCl ; - - QuestV np v = QuestVP np (UseV v) ; - QuestV2 s v o = QuestVP s (ComplSlash (SlashV2a v) o) ; --- QuestV2Slash ip s v = QuestSlash ip (SlashVP s (SlashV2a v)) ; - - UseQCl = Grammar.UseQCl ; - - ImpV v = ImpVP (UseV v) ; --- ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ; - - - -} |
