Files
gf-core/doc/tutorial/music/Music.gf
2006-06-13 14:40:12 +00:00

9 lines
163 B
Plaintext

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