(* Author: Norbert Schirmer Maintainer: Norbert Schirmer, norbert.schirmer at web de Copyright (C) 2006-2008 Norbert Schirmer *) section ‹Examples using the Verification Environment› theory VcgEx imports "../HeapList" "../Vcg" begin text ‹Some examples, especially the single-step Isar proofs are taken from \texttt{HOL/Isar\_examples/HoareEx.thy}. › subsection ‹State Spaces› text ‹ First of all we provide a store of program variables that occur in the programs considered later. Slightly unexpected things may happen when attempting to work with undeclared variables. ›