diff options
Diffstat (limited to 'doc/tutorial/music/old/MusicLex.gf')
| -rw-r--r-- | doc/tutorial/music/old/MusicLex.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/music/old/MusicLex.gf b/doc/tutorial/music/old/MusicLex.gf new file mode 100644 index 000000000..87a670698 --- /dev/null +++ b/doc/tutorial/music/old/MusicLex.gf @@ -0,0 +1,5 @@ + abstract MusicLex = Cat ** { + fun + song_N : N ; + american_A : A ; + } |
