aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
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 /isa
parent6e950a19483819bab14656d866710e1233abf759 (diff)
Added Isabelle example and skeleton for Coq and Lego.
Diffstat (limited to 'isa')
-rw-r--r--isa/example.ML8
1 files changed, 8 insertions, 0 deletions
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";