# HG changeset patch # User nipkow # Date 1371629690 -7200 # Node ID fe33d456b36c759be3a266927921a8e80993e6f9 # Parent ba73041fd5b3e6acba09d6433dbb2b717ac74e77 more canonical name (2) diff -r ba73041fd5b3 -r fe33d456b36c src/HOL/IMP/Denotational.thy --- a/src/HOL/IMP/Denotational.thy Wed Jun 19 10:07:36 2013 +0200 +++ b/src/HOL/IMP/Denotational.thy Wed Jun 19 10:14:50 2013 +0200 @@ -2,7 +2,7 @@ header "Denotational Semantics of Commands" -theory Denotation imports Big_Step begin +theory Denotational imports Big_Step begin type_synonym com_den = "(state \ state) set" diff -r ba73041fd5b3 -r fe33d456b36c src/HOL/ROOT --- a/src/HOL/ROOT Wed Jun 19 10:07:36 2013 +0200 +++ b/src/HOL/ROOT Wed Jun 19 10:14:50 2013 +0200 @@ -119,7 +119,7 @@ BExp ASM Finite_Reachable - Denotation + Denotational Comp_Rev Poly_Types Sec_Typing