summaryrefslogtreecommitdiff
path: root/examples/mp3/Lexicon.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mp3/Lexicon.gf')
-rw-r--r--examples/mp3/Lexicon.gf6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/mp3/Lexicon.gf b/examples/mp3/Lexicon.gf
deleted file mode 100644
index 8d3bccaf9..000000000
--- a/examples/mp3/Lexicon.gf
+++ /dev/null
@@ -1,6 +0,0 @@
-interface Lexicon = open Structural in {
-
- oper
- play : TV ;
- song : N ;
-}