fixed definition of PLUS
authorChristian Urban <urbanc@in.tum.de>
Wed, 04 Nov 2009 10:43:33 +0100
changeset 275 34ad627ac5d5
parent 274 df225aa45770
child 276 783d6c940e45
child 277 37636f2b1c19
fixed definition of PLUS
IntEx.thy
QuotMain.thy
--- a/IntEx.thy	Wed Nov 04 10:31:20 2009 +0100
+++ b/IntEx.thy	Wed Nov 04 10:43:33 2009 +0100
@@ -39,7 +39,7 @@
 quotient_def 
   PLUS::"my_int \<Rightarrow> my_int \<Rightarrow> my_int"
 where
-  "PLUS x y \<equiv> my_plus x y"
+  "PLUS \<equiv> my_plus"
 
 term PLUS
 thm PLUS_def
--- a/QuotMain.thy	Wed Nov 04 10:31:20 2009 +0100
+++ b/QuotMain.thy	Wed Nov 04 10:43:33 2009 +0100
@@ -1014,6 +1014,7 @@
   end
 *}
 
+
 ML {*
 fun lift_thm lthy qty qty_name rsp_thms defs t = let
   val (rty, rel, rel_refl, rel_eqv) = lookup_quot_data lthy qty;