overload res doc examples, part 2

This commit is contained in:
aarne
2007-06-19 18:09:49 +00:00
parent 6a926ee3fc
commit f30fa0b4d1
12 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
incomplete concrete MusicI of Music = open Syntax, MusicLex in {
lincat
Kind = CN ;
Property = AP ;
lin
PropKind k p = mkCN p k ;
Song = mkCN song_N ;
American = mkAP american_A ;
}