src/HOL/IMP/Abs_Int_init.thy
author wenzelm
Wed, 12 Mar 2014 16:11:47 +0100
changeset 56063 38f13d055107
parent 53013 3fbcfa911863
child 66453 cc19f7ca2ed6
permissions -rw-r--r--
more explicit markup for Token.Literal; Markup.quasi_keyword for Parse.$$$ -- it is used within Args.syntax as well; Markup.operator for name of Args.syntax, to override outer keywords like "where"; tuned signature;
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/Extended"
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     4
        Vars Collecting Abs_Int_Tests
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     5
begin
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     6
51390
1dff81cf425b more factorisation of Step & Co
nipkow
parents: 51389
diff changeset
     7
hide_const (open) top bot dom  --"to avoid qualified names"
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     8
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents:
diff changeset
     9
end