aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl2/example.acl2
diff options
context:
space:
mode:
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)))
+