1
0
forked from GitHub/gf-core

improved final-resource

This commit is contained in:
aarne
2006-06-13 14:40:12 +00:00
parent 161924b0e6
commit bd6929e4a7
14 changed files with 351 additions and 216 deletions

View File

@@ -0,0 +1,9 @@
abstract Music = {
cat
Kind ;
Property ;
fun
PropKind : Kind -> Property -> Kind ;
Song : Kind ;
American : Property ;
}