summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter8/Graftal.gf
blob: e85b9b2f71812cbf0a3524dda91f66a4ba8cf7bc (plain)
1
2
3
4
5
6
7
-- (c) Krasimir Angelov 2009
abstract Graftal = {
  cat N; S;
  fun z : N ;
      s : N -> N ;
      c : N -> S ;
  }