diff options
Diffstat (limited to 'acl2/example.acl2')
| -rw-r--r-- | acl2/example.acl2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acl2/example.acl2 b/acl2/example.acl2 new file mode 100644 index 00000000..a3a0f211 --- /dev/null +++ b/acl2/example.acl2 @@ -0,0 +1,9 @@ +;; Example proof script for ACL2 Proof General. +;; +;; $Id$ +;; + +(defthm assoc->assoc-equal + (equal (assoc x a) + (assoc-equal x a))) + |
