summaryrefslogtreecommitdiff
path: root/examples/tutorial/semantics/Core.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-10-19 22:12:30 +0000
committeraarne <aarne@cs.chalmers.se>2007-10-19 22:12:30 +0000
commite86db4d8c8287790a90955fefec10b7a64988ff8 (patch)
treeb5c55391b69d76633c2f133fa67643a53efb87cc /examples/tutorial/semantics/Core.gf
parent295c40fe3a96e88cfe500891cf2fdd27c87c241b (diff)
two versions of semantics (the Logic version incomplete)
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
+
+
+}