src/HOL/SPARK/Manual/Proc2.thy
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 45044 2fae15f8984d
child 56798 939e88e79724
permissions -rw-r--r--
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

theory Proc2
imports SPARK
begin

spark_open "loop_invariant/proc2.siv"

spark_vc procedure_proc2_7
  by (simp add: ring_distribs pull_mods)

spark_end

end