(* Author: Norbert Schirmer Maintainer: Norbert Schirmer, norbert.schirmer at web de Copyright (C) 2006-2008 Norbert Schirmer *) theory ClosureEx imports "../Vcg" "../Simpl_Heap" Closure begin record globals = cnt_' :: "ref ⇒ nat" alloc_' :: "ref list" free_' :: "nat"