src/HOL/IMP/Abs_Int_init.thy
author immler
Wed, 28 Aug 2019 08:51:20 +0200
changeset 70621 1afcfb7fdff4
parent 67443 3abf6a722518
permissions -rw-r--r--
entry point for analysis without integration theory

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