diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-03-01 17:36:34 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-03-01 17:36:34 +0000 |
| commit | c30936dc16adf799c94722c54635b914aeca33c6 (patch) | |
| tree | 68dc016a17274c490fc538672cbdda000290b82e /examples/animal/AnimalsSwe.gf | |
| parent | 8cf236bfbba7212908d35bed9b20b6b879913851 (diff) | |
refreshing gfe example
Diffstat (limited to 'examples/animal/AnimalsSwe.gf')
| -rw-r--r-- | examples/animal/AnimalsSwe.gf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/animal/AnimalsSwe.gf b/examples/animal/AnimalsSwe.gf new file mode 100644 index 000000000..34275ae16 --- /dev/null +++ b/examples/animal/AnimalsSwe.gf @@ -0,0 +1,15 @@ +--# -path=.:present:prelude + +concrete AnimalsSwe of Animals = QuestionsSwe ** + open LangSwe, ParadigmsSwe, IrregSwe in { + + lin + Dog = regN "hund" utrum ; + Cat = mk2N "katt" "katter" ; + Mouse = mkN "mus" "musen" "möss" "mössen" ; + Lion = mk2N "lejon" "lejon" ; + Zebra = regN "zebra" utrum ; + Chase = dirV2 (regV "jaga") ; + Eat = dirV2 äta_V ; + See = dirV2 se_V ; +} |
