summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter2/CopyAbs.gf
blob: 9a915568b977af275df4538a1cd05fc85b801690 (plain)
1
2
3
4
5
6
abstract CopyAbs = {
  cat S ; AB ;
  fun s   : AB -> S ;
      end : AB ;
      a,b : AB -> AB ;
}