diff options
Diffstat (limited to 'old-examples/shallow/BigShallowEngAbs.gf')
| -rw-r--r-- | old-examples/shallow/BigShallowEngAbs.gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old-examples/shallow/BigShallowEngAbs.gf b/old-examples/shallow/BigShallowEngAbs.gf new file mode 100644 index 000000000..06f9e936f --- /dev/null +++ b/old-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 ; + ] + ** {} ; |
