src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 15 Feb 2016 14:55:44 +0100
changeset 62337 d3996d5873dd
parent 53013 3fbcfa911863
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
proper syntax;

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