summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookFre.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebookFre.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/phrasebook/DiffPhrasebookFre.gf b/examples/phrasebook/DiffPhrasebookFre.gf
deleted file mode 100644
index 7a83a4f88..000000000
--- a/examples/phrasebook/DiffPhrasebookFre.gf
+++ /dev/null
@@ -1,16 +0,0 @@
-instance DiffPhrasebookFre of DiffPhrasebook = open
- SyntaxFre,
- IrregFre,
- ParadigmsFre
-in {
-
-flags coding = utf8 ;
-
-oper
- want_V2 = vouloir_V2 ;
- like_V2 = mkV2 (mkV "aimer") ;
-
- cost_V2 = mkV2 (mkV "coûter") ;
- cost_V = mkV "coûter" ;
-
-}