mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
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 ;
|
|
} |