src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Wed, 03 Jul 2013 23:02:00 +0200
changeset 52516 b5b3c888df9f
parent 51390 1dff81cf425b
child 53013 3fbcfa911863
permissions -rw-r--r--
more exception handling -- make print functions total;

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