diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-19 18:09:49 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-19 18:09:49 +0000 |
| commit | f30fa0b4d15ec256f55e2c453fc3d7c42de9b3bf (patch) | |
| tree | f6ea07583ce0e9a6f09b065aefc2f05f474707b4 /doc/tutorial/music/MusicLexEng.gf | |
| parent | 6a926ee3fc74c5d953d669356d5adfc47e46bbbd (diff) | |
overload res doc examples, part 2
Diffstat (limited to 'doc/tutorial/music/MusicLexEng.gf')
| -rw-r--r-- | doc/tutorial/music/MusicLexEng.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/music/MusicLexEng.gf b/doc/tutorial/music/MusicLexEng.gf new file mode 100644 index 000000000..8aef6b6c5 --- /dev/null +++ b/doc/tutorial/music/MusicLexEng.gf @@ -0,0 +1,5 @@ + concrete MusicLexEng of MusicLex = CatEng ** open ParadigmsEng in { + lin + song_N = mkN "song" "songs" ; + american_A = mkA "American" ; + }
\ No newline at end of file |
