src/HOL/IMP/Abs_Int_init.thy
author kuncar
Tue, 13 Aug 2013 15:59:22 +0200
changeset 53013 3fbcfa911863
parent 51390 1dff81cf425b
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
remove unnecessary dependencies on Library/Quotient_*

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

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

end