Files
gf-core/doc/tutorial/music/old/Music.gf
2007-06-19 18:07:18 +00:00

9 lines
163 B
Plaintext

abstract Music = {
cat
Kind ;
Property ;
fun
PropKind : Kind -> Property -> Kind ;
Song : Kind ;
American : Property ;
}