summaryrefslogtreecommitdiff
path: root/examples/animal/AnimalsEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animal/AnimalsEng.gf')
-rw-r--r--examples/animal/AnimalsEng.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/animal/AnimalsEng.gf b/examples/animal/AnimalsEng.gf
deleted file mode 100644
index 22942b735..000000000
--- a/examples/animal/AnimalsEng.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:present:prelude
---resource/english:resource/abstract:resource/../prelude
-
-concrete AnimalsEng of Animals = QuestionsEng **
- open LangEng, ParadigmsEng, IrregEng in {
-
- lin
- Dog = regN "dog" ;
- Cat = regN "cat" ;
- Mouse = mk2N "mouse" "mice" ;
- Lion = regN "lion" ;
- Zebra = regN "zebra" ;
- Chase = dirV2 (regV "chase") ;
- Eat = dirV2 eat_V ;
- See = dirV2 see_V ;
-}