src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 24 Aug 2020 21:47:21 +0200
changeset 72202 0840240dfb24
parent 67443 3abf6a722518
permissions -rw-r--r--
more explicit treatment of interrupt;

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