summaryrefslogtreecommitdiff
path: root/examples/shallow/ShallowEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shallow/ShallowEng.gf')
-rw-r--r--examples/shallow/ShallowEng.gf33
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/shallow/ShallowEng.gf b/examples/shallow/ShallowEng.gf
deleted file mode 100644
index eacffefc5..000000000
--- a/examples/shallow/ShallowEng.gf
+++ /dev/null
@@ -1,33 +0,0 @@
---# -path=.:alltenses:prelude
-
-concrete ShallowEng of Shallow = GrammarEng - [
- VP,
- ImpersCl,
- GenericCl,
- ProgrVP,
- ImpPl1,
- UttVP,
- QuestVP,
- RelVP,
- PredVP,
- PredSCVP,
- ImpVP,
- EmbedVP,
- UseV ,
- ComplV2 ,
- ComplV3 ,
- ComplVV ,
- ComplVS ,
- ComplVQ ,
- ComplVA ,
- ComplV2A,
- ReflV2 ,
- UseComp ,
- PassV2 ,
- AdvVP ,
- AdVVP
- ]
-
-** ShallowI with
- (Grammar = GrammarEng) ;
-