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