summaryrefslogtreecommitdiff
path: root/doc/tutorial/resource/Test.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/resource/Test.gf')
-rw-r--r--doc/tutorial/resource/Test.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tutorial/resource/Test.gf b/doc/tutorial/resource/Test.gf
deleted file mode 100644
index 3ced1e55a..000000000
--- a/doc/tutorial/resource/Test.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-abstract Test = Syntax ** {
-
- fun
- Wine, Cheese, Fish, Pizza, Waiter, Customer : N ;
- Fresh, Warm, Italian, Expensive, Delicious, Boring : A ;
- Stink : V ;
- Eat, Love, Talk : V2 ;
-}