diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-11-02 17:04:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-11-02 17:04:35 +0000 |
| commit | 3396a13ee732159216ce128f5df33c3833e1666e (patch) | |
| tree | 9ee229a3f177f3731f78c5149120512fc74f9974 /examples/shallow/BigShallowEngAbs.gf | |
| parent | b8a454a7d3600195f89b407052f9f0fafe4d5910 (diff) | |
new big and shallow modules
Diffstat (limited to 'examples/shallow/BigShallowEngAbs.gf')
| -rw-r--r-- | examples/shallow/BigShallowEngAbs.gf | 11 |
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 ; + ] + ** {} ; |
