aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl2/example.acl2
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-28 12:10:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-28 12:10:00 +0000
commitefb1c6f2357cb2088ca3a4c75b59523b750398ed (patch)
tree99c94acd1290f34715c43e1ef656d9d82064748c /acl2/example.acl2
parent65b94f12c8b98b73a057da7196a5dd8afb0a2286 (diff)
First (non-working) versions, committed so that doc builds.
Diffstat (limited to 'acl2/example.acl2')
-rw-r--r--acl2/example.acl214
1 files changed, 14 insertions, 0 deletions
diff --git a/acl2/example.acl2 b/acl2/example.acl2
new file mode 100644
index 00000000..e597cd29
--- /dev/null
+++ b/acl2/example.acl2
@@ -0,0 +1,14 @@
+(*
+ Example proof script for ACL2 Proof General.
+
+ $Id$
+*)
+
+(defthm assoc->assoc-equal
+ (equal (assoc x a)
+ (assoc-equal x a)))
+
+(defthm assoc->assoc-equal
+ (equal (assoc x a)
+ (assoc-equal x a)))
+