src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Sun, 20 May 2012 11:34:33 +0200
changeset 47884 21c42b095c84
parent 47613 e72e44cee6f2
child 51389 8a9f0503b1c0
permissions -rw-r--r--
try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);

theory Abs_Int_init
imports "~~/src/HOL/ex/Interpretation_with_Defs"
        "~~/src/HOL/Library/While_Combinator"
        Vars Collecting Abs_Int_Tests
begin

hide_const (open) top bot dom --"to avoid qualified names"

end