src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 51390 1dff81cf425b
child 53013 3fbcfa911863
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;

theory Abs_Int_init
imports "~~/src/HOL/Library/While_Combinator"
        "~~/src/HOL/Library/Quotient_List"
        "~~/src/HOL/Library/Extended"
        Vars Collecting Abs_Int_Tests
begin

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

end