summaryrefslogtreecommitdiff
path: root/examples/animals/Questions.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animals/Questions.gf')
-rw-r--r--examples/animals/Questions.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/animals/Questions.gf b/examples/animals/Questions.gf
deleted file mode 100644
index bb25e785d..000000000
--- a/examples/animals/Questions.gf
+++ /dev/null
@@ -1,10 +0,0 @@
--- Simple questions and answers, in present tense.
-
-abstract Questions = {
- cat
- Phrase ; Entity ; Action ;
- fun
- Who : Action -> Entity -> Phrase ; -- who chases X
- Whom : Entity -> Action -> Phrase ; -- whom does X chase
- Answer : Entity -> Action -> Entity -> Phrase ; -- X chases Y
-}