meta_subst: xsymbols make it work with clean Pure;
authorwenzelm
Mon, 04 Aug 2008 22:55:00 +0200
changeset 27734 dcec1c564f05
parent 27733 d3d7038fb7b5
child 27735 044901e02cc6
meta_subst: xsymbols make it work with clean Pure;
src/Provers/hypsubst.ML
--- a/src/Provers/hypsubst.ML	Mon Aug 04 21:24:19 2008 +0200
+++ b/src/Provers/hypsubst.ML	Mon Aug 04 22:55:00 2008 +0200
@@ -62,7 +62,7 @@
 
 exception EQ_VAR;
 
-val meta_subst = @{lemma "PROP P t ==> PROP prop (x == t ==> PROP P x)"
+val meta_subst = @{lemma "PROP P t \<Longrightarrow> PROP prop (x \<equiv> t \<Longrightarrow> PROP P x)"
   by (unfold prop_def)}
 
 (** Simple version: Just subtitute one hypothesis, specified by index k **)