summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebook.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/DiffPhrasebook.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebook.gf9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/phrasebook/DiffPhrasebook.gf b/examples/phrasebook/DiffPhrasebook.gf
deleted file mode 100644
index 27076323b..000000000
--- a/examples/phrasebook/DiffPhrasebook.gf
+++ /dev/null
@@ -1,9 +0,0 @@
-interface DiffPhrasebook = open Syntax in {
-
-oper
- want_V2 : V2 ;
- like_V2 : V2 ;
- cost_V2 : V2 ; -- it costs five euros
- cost_V : V ; -- how much does it cost
-
-}