src/HOL/IMP/Abs_Int_init.thy
author haftmann
Sat, 05 Jul 2014 11:01:53 +0200
changeset 57514 bdc2c6b40bf2
parent 53013 3fbcfa911863
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
prefer ac_simps collections over separate name bindings for add and mult

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