summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookSwe.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebookSwe.gf12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/phrasebook/DiffPhrasebookSwe.gf b/examples/phrasebook/DiffPhrasebookSwe.gf
deleted file mode 100644
index 14fbd7bbc..000000000
--- a/examples/phrasebook/DiffPhrasebookSwe.gf
+++ /dev/null
@@ -1,12 +0,0 @@
-instance DiffPhrasebookSwe of DiffPhrasebook = open
- SyntaxSwe,
- ParadigmsSwe
-in {
-
-oper
- want_V2 = mkV2 (mkV "önska") ; ---- vill ha
- like_V2 = mkV2 (mkV "tycker") (mkPrep "om") ;
-
- cost_V2 = mkV2 (mkV "kosta") ;
- cost_V = mkV "kosta" ;
-}