diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-06-19 18:07:18 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-06-19 18:07:18 +0000 |
| commit | 6a926ee3fc74c5d953d669356d5adfc47e46bbbd (patch) | |
| tree | edcffb13a3afbd9f06ce05e173294ed745d58ec7 /doc/tutorial/music/old/MusicI.gf | |
| parent | 05d12d86fe62e72cd285a5c1be8024b20af65048 (diff) | |
overloaded resource doc examples
Diffstat (limited to 'doc/tutorial/music/old/MusicI.gf')
| -rw-r--r-- | doc/tutorial/music/old/MusicI.gf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tutorial/music/old/MusicI.gf b/doc/tutorial/music/old/MusicI.gf new file mode 100644 index 000000000..a831fd7e6 --- /dev/null +++ b/doc/tutorial/music/old/MusicI.gf @@ -0,0 +1,9 @@ + incomplete concrete MusicI of Music = open Grammar, MusicLex in { + lincat + Kind = CN ; + Property = AP ; + lin + PropKind k p = AdjCN p k ; + Song = UseN song_N ; + American = PositA american_A ; + }
\ No newline at end of file |
