summaryrefslogtreecommitdiff
path: root/examples/animals/AnimalsSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animals/AnimalsSwe.gf')
-rw-r--r--examples/animals/AnimalsSwe.gf15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/animals/AnimalsSwe.gf b/examples/animals/AnimalsSwe.gf
deleted file mode 100644
index 8f256885a..000000000
--- a/examples/animals/AnimalsSwe.gf
+++ /dev/null
@@ -1,15 +0,0 @@
---# -path=.:present:prelude
-
-concrete AnimalsSwe of Animals = QuestionsSwe **
- open LangSwe, ParadigmsSwe, IrregSwe in {
-
- lin
- Dog = regN "hund" ;
- Cat = mk2N "katt" "katter" ;
- Mouse = mkN "mus" "musen" "möss" "mössen" ;
- Lion = mk2N "lejon" "lejon" ;
- Zebra = regN "zebra" ;
- Chase = dirV2 (regV "jaga") ;
- Eat = dirV2 äta_V ;
- See = dirV2 se_V ;
-}