new tutorial example

This commit is contained in:
aarne
2005-12-18 21:26:21 +00:00
parent a205829623
commit 6398140d0a
34 changed files with 940 additions and 668 deletions

4
doc/tutorial/old/Fish.gf Normal file
View File

@@ -0,0 +1,4 @@
abstract Fish = {
cat Fish ;
fun Salmon, Perch : Fish ;
}