blob: 54a6a6c378c005d32ad5d1a417aab4c562778793 (
plain)
1
2
3
4
5
6
7
8
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 ;
}
|