coercions between base types can be lifted to sets
authortraytel
Fri, 15 Feb 2013 15:22:16 +0100
changeset 522963fe7242f8346
parent 52295 f432363eebf4
child 52297 599ff65b85e2
coercions between base types can be lifted to sets
src/HOL/RealDef.thy
     1.1 --- a/src/HOL/RealDef.thy	Fri Feb 15 13:54:54 2013 +0100
     1.2 +++ b/src/HOL/RealDef.thy	Fri Feb 15 15:22:16 2013 +0100
     1.3 @@ -987,6 +987,7 @@
     1.4  declare [[coercion "int"]]
     1.5  
     1.6  declare [[coercion_map map]]
     1.7 +declare [[coercion_map image]]
     1.8  declare [[coercion_map "% f g h x. g (h (f x))"]]
     1.9  declare [[coercion_map "% f g (x,y) . (f x, g y)"]]
    1.10