summaryrefslogtreecommitdiff
path: root/examples/shallow/BigShallowEngAbs.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shallow/BigShallowEngAbs.gf')
-rw-r--r--examples/shallow/BigShallowEngAbs.gf11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/shallow/BigShallowEngAbs.gf b/examples/shallow/BigShallowEngAbs.gf
new file mode 100644
index 000000000..e13425a3f
--- /dev/null
+++ b/examples/shallow/BigShallowEngAbs.gf
@@ -0,0 +1,11 @@
+--# -path=.:../big:alltenses:prelude
+
+abstract BigShallowEngAbs =
+ Shallow,
+ BigLexEngAbs,
+ IrregEngAbs,
+ ExtraEngAbs-[
+ ComplBareVS, -- : VS -> S -> VP ; -- know you go
+ MkVPI -- : VP -> VPI ;
+ ]
+ ** {} ;