merge
authorChristian Urban <urbanc@in.tum.de>
Fri, 04 Dec 2009 15:19:39 +0100
changeset 531 3feed4dbfa45
parent 530 5e92ce8f306d
child 532 53984a386999
merge
LFex.thy
quotient_def.ML
--- a/LFex.thy	Fri Dec 04 15:18:37 2009 +0100
+++ b/LFex.thy	Fri Dec 04 15:19:39 2009 +0100
@@ -219,7 +219,7 @@
 ML {*
   val quot = @{thms QUOTIENT_KIND QUOTIENT_TY QUOTIENT_TRM}
   val rel_refl = map (fn x => @{thm EQUIV_REFL} OF [x]) @{thms alpha_EQUIVs}
-  val trans2 = map (fn x => @{thm EQUALS_PRS} OF [x]) quot
+  (*val trans2 = map (fn x => @{thm equiv_trans2} OF [x]) @{thms alpha_EQUIVs}*)
   val reps_same = map (fn x => @{thm QUOTIENT_REL_REP} OF [x]) quot
   val meta_reps_same = map (fn x => @{thm eq_reflection} OF [x]) reps_same
 *}
--- a/quotient_def.ML	Fri Dec 04 15:18:37 2009 +0100
+++ b/quotient_def.ML	Fri Dec 04 15:19:39 2009 +0100
@@ -118,7 +118,7 @@
 let   
   val (_, prop') = LocalDefs.cert_def lthy prop
   val (_, rhs) = Primitive_Defs.abs_def prop'
-in
+in  
   make_def bind qty mx attr rhs lthy 
 end