overloaded resource doc examples

This commit is contained in:
aarne
2007-06-19 18:07:18 +00:00
parent 05d12d86fe
commit 6a926ee3fc
12 changed files with 0 additions and 0 deletions

View File

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