src/HOL/SPARK/Manual/Proc2.thy
author wenzelm
Wed, 08 Oct 2014 11:50:25 +0200
changeset 58631 41333b45bff9
parent 58130 5e9170812356
child 64593 50c715579715
permissions -rw-r--r--
clarified messages depending on options; misc tuning and simplification;

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