summaryrefslogtreecommitdiff
path: root/next-lib/src/parsing/Parse.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
committerbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
commitdfd2adad09009a977d1ad69fddc2c6fe042e3a3e (patch)
treed9bad5dc45075c3225f1431d96f9daff88912639 /next-lib/src/parsing/Parse.gf
parent759d648de9972072057fada49ede2281e772be30 (diff)
Added 'parse' target to Make.hs.
Diffstat (limited to 'next-lib/src/parsing/Parse.gf')
-rw-r--r--next-lib/src/parsing/Parse.gf14
1 files changed, 0 insertions, 14 deletions
diff --git a/next-lib/src/parsing/Parse.gf b/next-lib/src/parsing/Parse.gf
deleted file mode 100644
index 4cfc7110d..000000000
--- a/next-lib/src/parsing/Parse.gf
+++ /dev/null
@@ -1,14 +0,0 @@
-abstract Parse =
- Noun,
- Verb,
- Adjective,
- Adverb,
- Numeral,
- Sentence,
- Question,
- Relative,
- Conjunction,
- Phrase,
- Text,
- Structural,
- Idiom ;