Quot/quotient_def.ML
changeset 862 09ec51d50fc6
parent 858 bb012513fb39
child 864 999870716cc8
--- a/Quot/quotient_def.ML	Wed Jan 13 13:12:04 2010 +0100
+++ b/Quot/quotient_def.ML	Wed Jan 13 15:17:36 2010 +0100
@@ -50,7 +50,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 lhs_str (qcinfo phi)) lthy'
+                 (fn phi => qconsts_update_gen trm (qcinfo phi)) lthy'
 in
   ((trm, thm), lthy'')
 end