summaryrefslogtreecommitdiff
path: root/doc/tutorial/Paleolithic.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Paleolithic.gf')
-rw-r--r--doc/tutorial/Paleolithic.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/tutorial/Paleolithic.gf b/doc/tutorial/Paleolithic.gf
deleted file mode 100644
index 05158ba18..000000000
--- a/doc/tutorial/Paleolithic.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-abstract Paleolithic = {
-cat
- S ; NP ; VP ; CN ; A ; V ; TV ;
-
-fun
- PredVP : NP -> VP -> S ;
- UseV : V -> VP ;
- ComplTV : TV -> NP -> VP ;
- UseA : A -> VP ;
- ModA : A -> CN -> CN ;
- This, That, Def, Indef : CN -> NP ;
- Boy, Louse, Snake, Worm : CN ;
- Green, Rotten, Thick, Warm : A ;
- Laugh, Sleep, Swim : V ;
- Eat, Kill, Wash : TV ;
-} \ No newline at end of file