summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/Zero.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/Zero.gf')
-rw-r--r--examples/lrec-tutorial/Zero.gf9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/lrec-tutorial/Zero.gf b/examples/lrec-tutorial/Zero.gf
deleted file mode 100644
index 5ff16de34..000000000
--- a/examples/lrec-tutorial/Zero.gf
+++ /dev/null
@@ -1,9 +0,0 @@
-abstract Zero = {
- cat
- S ; NP ; VP ; V2 ;
- fun
- Pred : NP -> VP -> S ;
- Compl : V2 -> NP -> VP ;
- John, Mary : NP ;
- Love : V2 ;
-}