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