src/HOL/SPARK/Manual/Proc2.thy
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 58130 5e9170812356
child 64593 50c715579715
permissions -rw-r--r--
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;

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