diff options
Diffstat (limited to 'old-examples/tutorial/semantics/Core.gf')
| -rw-r--r-- | old-examples/tutorial/semantics/Core.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old-examples/tutorial/semantics/Core.gf b/old-examples/tutorial/semantics/Core.gf new file mode 100644 index 000000000..975cf827f --- /dev/null +++ b/old-examples/tutorial/semantics/Core.gf @@ -0,0 +1,6 @@ +abstract Core = { + + cat + + +} |
