1
0
forked from GitHub/gf-core
Files
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 ;
}