src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 21 Aug 2017 17:15:26 +0200
changeset 66475 d8e0fd64216f
parent 66453 cc19f7ca2ed6
child 67406 23307fd33906
permissions -rw-r--r--
misc updates for release;

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