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/MusicEng.gf | |
| parent | 05d12d86fe62e72cd285a5c1be8024b20af65048 (diff) | |
overloaded resource doc examples
Diffstat (limited to 'doc/tutorial/music/old/MusicEng.gf')
| -rw-r--r-- | doc/tutorial/music/old/MusicEng.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tutorial/music/old/MusicEng.gf b/doc/tutorial/music/old/MusicEng.gf new file mode 100644 index 000000000..1339ab757 --- /dev/null +++ b/doc/tutorial/music/old/MusicEng.gf @@ -0,0 +1,7 @@ +--# -path=.:present:prelude + + concrete MusicEng of Music = MusicEng0 - [PropKind] ** open GrammarEng in { + lin + PropKind k p = + RelCN k (UseRCl TPres ASimul PPos (RelVP IdRP (UseComp (CompAP p)))) ; + } |
