aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-09-03 16:24:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-09-03 16:24:04 +0000
commit76440e747b70db646effbd6288c78d4aa04eb0b0 (patch)
treef3d8abb0534361a5bf414de72d02534dec921e53
parent6e950a19483819bab14656d866710e1233abf759 (diff)
Added Isabelle example and skeleton for Coq and Lego.
-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