diff options
Diffstat (limited to 'doc/tutorial/Mushroom.gf')
| -rw-r--r-- | doc/tutorial/Mushroom.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tutorial/Mushroom.gf b/doc/tutorial/Mushroom.gf new file mode 100644 index 000000000..f6b788b06 --- /dev/null +++ b/doc/tutorial/Mushroom.gf @@ -0,0 +1,4 @@ +abstract Mushroom = { + cat Mushroom ; + fun Cep, Agaric : Mushroom ; +} |
