summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter4/Foods.gf
blob: d0913542135ccaf3b5714b50b61a68b102c8cb2d (plain)
1
2
3
4
5
6
abstract Foods = Comments ** {
  fun
    Wine, Cheese, Fish, Pizza : Kind ;
    Fresh, Warm, Italian, 
      Expensive, Delicious, Boring : Quality ;
}