diff options
Diffstat (limited to 'book/examples/chapter2/Food.gf')
| -rw-r--r-- | book/examples/chapter2/Food.gf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/book/examples/chapter2/Food.gf b/book/examples/chapter2/Food.gf deleted file mode 100644 index 7cf779b4c..000000000 --- a/book/examples/chapter2/Food.gf +++ /dev/null @@ -1,13 +0,0 @@ -abstract Food = { - flags startcat = Comment ; - cat - Comment ; Item ; Kind ; Quality ; - fun - Pred : Item -> Quality -> Comment ; - This, That : Kind -> Item ; - Mod : Quality -> Kind -> Kind ; - Wine, Cheese, Fish : Kind ; - Very : Quality -> Quality ; - Fresh, Warm, Italian, - Expensive, Delicious, Boring : Quality ; -} |
