Files
gf-core/gf-book/examples/chapter8/Graftal.gf
2011-01-11 15:46:43 +00:00

8 lines
118 B
Plaintext

-- (c) Krasimir Angelov 2009
abstract Graftal = {
cat N; S;
fun z : N ;
s : N -> N ;
c : N -> S ;
}