Quot/quotient_def.ML
changeset 868 09d5b7f0e55d
parent 864 999870716cc8
child 869 ce5f78f0eac5
--- a/Quot/quotient_def.ML	Wed Jan 13 16:46:25 2010 +0100
+++ b/Quot/quotient_def.ML	Thu Jan 14 08:02:20 2010 +0100
@@ -52,7 +52,7 @@
   (* data storage *)
   fun qcinfo phi = transform_qconsts phi {qconst = trm, rconst = rhs, def = thm}
   val lthy'' = Local_Theory.declaration true
-                 (fn phi => qconsts_update_gen trm (qcinfo phi)) lthy'
+                 (fn phi => qconsts_update_gen lhs_str (qcinfo phi)) lthy'
 in
   ((trm, thm), lthy'')
 end