src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 47613 e72e44cee6f2
child 51389 8a9f0503b1c0
permissions -rw-r--r--
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

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