examples for evaluation oracle
authorhaftmann
Thu, 04 Jan 2007 20:01:00 +0100
changeset 22005 0faa5afd5d69
parent 22004 a69d21fc6d68
child 22006 9dc365b03573
examples for evaluation oracle
src/HOL/ex/CodeEval.thy
--- a/src/HOL/ex/CodeEval.thy	Thu Jan 04 20:00:59 2007 +0100
+++ b/src/HOL/ex/CodeEval.thy	Thu Jan 04 20:01:00 2007 +0100
@@ -156,4 +156,9 @@
 
 ML {* Eval.term "Shift (Cair (4::nat) [Suc 0])" *}
 
+text {* also test evaluation oracle *}
+
+lemma "True \<or> False" by eval
+lemma "\<not> (Suc 0 = Suc 1)" by eval
+
 end
\ No newline at end of file