From f496c49263c0eecd9e7288d8aeea48fac489bb5d Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 12 May 2005 16:12:03 +0000 Subject: index and tutorial --- doc/tutorial/Fish.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/tutorial/Fish.gf (limited to 'doc/tutorial/Fish.gf') diff --git a/doc/tutorial/Fish.gf b/doc/tutorial/Fish.gf new file mode 100644 index 000000000..c404115e9 --- /dev/null +++ b/doc/tutorial/Fish.gf @@ -0,0 +1,4 @@ +abstract Fish = { + cat Fish ; + fun Salmon, Perch : Fish ; +} -- cgit v1.2.3