summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/doc/Ex.gf
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/doc/Ex.gf')
-rw-r--r--src/GF/GFCC/doc/Ex.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/GF/GFCC/doc/Ex.gf b/src/GF/GFCC/doc/Ex.gf
deleted file mode 100644
index bd0b03483..000000000
--- a/src/GF/GFCC/doc/Ex.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-abstract Ex = {
- cat
- S ; NP ; VP ;
- fun
- Pred : NP -> VP -> S ;
- She, They : NP ;
- Sleep : VP ;
-}