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