forked from GitHub/gf-core
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
abstract Music = {
|
|
|
|
flags startcat=Kind ;
|
|
|
|
cat
|
|
Kind ;
|
|
Property ;
|
|
fun
|
|
PropKind : Kind -> Property -> Kind ;
|
|
Song : Kind ;
|
|
American : Property ;
|
|
} |