src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Mon, 05 Aug 2013 15:03:52 +0200
changeset 52861 e93d73b51fd0
parent 51390 1dff81cf425b
child 53013 3fbcfa911863
permissions -rw-r--r--
commands with overlay remain visible, to avoid loosing printed output;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     1
theory Abs_Int_init
51389
8a9f0503b1c0 factored out Step
nipkow
parents: 47613
diff changeset
     2
imports "~~/src/HOL/Library/While_Combinator"
51390
1dff81cf425b more factorisation of Step & Co
nipkow
parents: 51389
diff changeset
     3
        "~~/src/HOL/Library/Quotient_List"
1dff81cf425b more factorisation of Step & Co
nipkow
parents: 51389
diff changeset
     4
        "~~/src/HOL/Library/Extended"
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     5
        Vars Collecting Abs_Int_Tests
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     6
begin
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     7
51390
1dff81cf425b more factorisation of Step & Co
nipkow
parents: 51389
diff changeset
     8
hide_const (open) top bot dom  --"to avoid qualified names"
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     9
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
    10
end