summaryrefslogtreecommitdiff
path: root/examples/shallow/BigShallowSweAbs.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-11-02 17:04:35 +0000
committeraarne <aarne@cs.chalmers.se>2006-11-02 17:04:35 +0000
commit3396a13ee732159216ce128f5df33c3833e1666e (patch)
tree9ee229a3f177f3731f78c5149120512fc74f9974 /examples/shallow/BigShallowSweAbs.gf
parentb8a454a7d3600195f89b407052f9f0fafe4d5910 (diff)
new big and shallow modules
Diffstat (limited to 'examples/shallow/BigShallowSweAbs.gf')
-rw-r--r--examples/shallow/BigShallowSweAbs.gf11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/shallow/BigShallowSweAbs.gf b/examples/shallow/BigShallowSweAbs.gf
new file mode 100644
index 000000000..a8a39a3e8
--- /dev/null
+++ b/examples/shallow/BigShallowSweAbs.gf
@@ -0,0 +1,11 @@
+--# -path=.:../big:alltenses:prelude
+
+abstract BigShallowSweAbs =
+ Shallow,
+ BigLexSweAbs,
+ IrregSweAbs,
+ ExtraSweAbs-[
+ ComplBareVS, -- : VS -> S -> VP ; -- know you go
+ MkVPI -- : VP -> VPI ;
+ ]
+ ** {} ;