src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Fri, 17 May 2013 17:45:51 +0200
changeset 52051 9362fcd0318c
parent 51390 1dff81cf425b
child 53013 3fbcfa911863
permissions -rw-r--r--
modernized TimeLimit.timeLimit using Event_Timer service -- based on more elementary version 11ae688e4e30;

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