Moved application of flexflex_unique from standard' to standard.
authorberghofe
Tue, 17 Feb 2004 17:41:30 +0100
changeset 14391 bb726050650d
parent 14390 55fe71faadda
child 14392 386760e88462
Moved application of flexflex_unique from standard' to standard.
src/Pure/drule.ML
--- a/src/Pure/drule.ML	Tue Feb 17 10:41:59 2004 +0100
+++ b/src/Pure/drule.ML	Tue Feb 17 17:41:30 2004 +0100
@@ -384,13 +384,13 @@
 fun standard' th =
   let val {maxidx,...} = rep_thm th in
     th
-    |> flexflex_unique |> implies_intr_hyps 
+    |> implies_intr_hyps
     |> forall_intr_frees |> forall_elim_vars (maxidx + 1)
     |> strip_shyps_warning
     |> zero_var_indexes |> Thm.varifyT |> Thm.compress
   end;
 
-val standard = close_derivation o standard';
+val standard = close_derivation o standard' o flexflex_unique;
 
 fun local_standard th =
   th |> strip_shyps |> zero_var_indexes