1
0
forked from GitHub/gf-core

completed book examples

This commit is contained in:
aarne
2010-11-22 15:48:52 +00:00
parent 46137ab6a6
commit b8f81b1a20
11 changed files with 110 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
-- (c) Krasimir Angelov 2009
abstract Graftal = {
cat N; S;
fun z : N ;
s : N -> N ;
c : N -> S ;
}