src/HOL/IMP/Abs_Int_init.thy
author nipkow
Mon, 16 Sep 2019 18:00:27 +0200
changeset 70708 3e11f35496b3
parent 67443 3abf6a722518
permissions -rw-r--r--
tuned

theory Abs_Int_init
imports "HOL-Library.While_Combinator"
        "HOL-Library.Extended"
        Vars Collecting Abs_Int_Tests
begin

hide_const (open) top bot dom  \<comment> \<open>to avoid qualified names\<close>

end