summaryrefslogtreecommitdiff
path: root/proofs/signatures/smt.plf
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-08-20 22:43:22 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-08-20 22:43:22 +0200
commitf342e03da57a73c2261ed2ca06c651cc4153df8a (patch)
tree51f609ec281ea67121fd9af7a3500e5be66974bb /proofs/signatures/smt.plf
parentad802cf5aee6db307d8424612b5e147f1c9aaa11 (diff)
Update bv proof signature and example, after discussions with Liana.
Diffstat (limited to 'proofs/signatures/smt.plf')
-rwxr-xr-xproofs/signatures/smt.plf3
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/signatures/smt.plf b/proofs/signatures/smt.plf
index bbee2d49b..942e17df0 100755
--- a/proofs/signatures/smt.plf
+++ b/proofs/signatures/smt.plf
@@ -104,6 +104,9 @@
(! r2 (th_holds (not f))
(th_holds false)))))
+; truth
+(declare truth (th_holds true))
+
;; not not
(declare not_not_intro
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback