aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/example.v2
-rw-r--r--isa/example.ML8
-rw-r--r--lego/example.l2
3 files changed, 12 insertions, 0 deletions
diff --git a/coq/example.v b/coq/example.v
new file mode 100644
index 00000000..c9c88d9e
--- /dev/null
+++ b/coq/example.v
@@ -0,0 +1,2 @@
+
+INSERT HANDY COQ EXAMPLE HERE! \ No newline at end of file
diff --git a/isa/example.ML b/isa/example.ML
new file mode 100644
index 00000000..2357ef55
--- /dev/null
+++ b/isa/example.ML
@@ -0,0 +1,8 @@
+goal HOL.thy "(A & B)-->(B & A)";
+br impI 1;
+br conjI 1;
+be conjE 1;
+ba 1;
+be conjE 1;
+ba 1;
+qed "and_comms";
diff --git a/lego/example.l b/lego/example.l
new file mode 100644
index 00000000..c82e7b2c
--- /dev/null
+++ b/lego/example.l
@@ -0,0 +1,2 @@
+
+INSERT HANDY LEGO EXAMPLE HERE! \ No newline at end of file