resource examples

This commit is contained in:
aarne
2005-12-19 16:31:40 +00:00
parent 7878cd5e0a
commit bfbe2e3d47
19 changed files with 1040 additions and 207 deletions

View File

@@ -0,0 +1,7 @@
abstract FoodComments = Comments ** {
fun
Wine, Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ;
}