diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-08-16 20:12:45 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-08-16 20:12:45 +0000 |
| commit | 3737b9926696b70bdecdef3d38d1a1f9399c734a (patch) | |
| tree | 990d796fecc00d46608f9a1070256d40ca313e3b /doc/tutorial/Foods.gf | |
| parent | f109a7089d9ed422d34aaacc064388e4d5fb1d3c (diff) | |
foods example moved and completed
Diffstat (limited to 'doc/tutorial/Foods.gf')
| -rw-r--r-- | doc/tutorial/Foods.gf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/tutorial/Foods.gf b/doc/tutorial/Foods.gf deleted file mode 100644 index 9337e234a..000000000 --- a/doc/tutorial/Foods.gf +++ /dev/null @@ -1,14 +0,0 @@ -abstract Foods = { - - cat - S ; Item ; Kind ; Quality ; - - fun - Is : Item -> Quality -> S ; - This, That, These, Those : Kind -> Item ; - QKind : Quality -> Kind -> Kind ; - Wine, Cheese, Fish, Pizza : Kind ; - Very : Quality -> Quality ; - Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ; - -}
\ No newline at end of file |
