src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Wed, 04 Oct 2017 12:00:53 +0200
changeset 66787 64b47495676d
parent 66453 cc19f7ca2ed6
child 67406 23307fd33906
permissions -rw-r--r--
obsolete;

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

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

end