src/HOL/SPARK/Manual/Proc2.thy
author wenzelm
Thu, 26 May 2016 17:51:22 +0200
changeset 63167 0909deb8059b
parent 58130 5e9170812356
child 64593 50c715579715
permissions -rw-r--r--
isabelle update_cartouches -c -t;

theory Proc2
imports "../SPARK"
begin

spark_open "loop_invariant/proc2"

spark_vc procedure_proc2_7
  by (simp add: ring_distribs pull_mods)

spark_end

end