tuned LocalDefs.unfold;
authorwenzelm
Tue, 31 Jan 2006 18:19:34 +0100
changeset 18878 08b06ec0ef74
parent 18877 2ee8333a2ba1
child 18879 7aa8cd3812d3
tuned LocalDefs.unfold;
src/Pure/Isar/proof.ML
--- a/src/Pure/Isar/proof.ML	Tue Jan 31 18:19:32 2006 +0100
+++ b/src/Pure/Isar/proof.ML	Tue Jan 31 18:19:34 2006 +0100
@@ -640,8 +640,8 @@
       in (statement, f ctxt ths using, g ctxt ths goal, before_qed, after_qed) end));
 
 fun append_using _ ths using = using @ ths;
-fun unfold_using ctxt ths = map (LocalDefs.unfold ctxt true ths);
-fun unfold_goals ctxt ths = LocalDefs.unfold_goals ctxt true ths;
+fun unfold_using ctxt ths = map (LocalDefs.unfold ctxt ths);
+val unfold_goals = LocalDefs.unfold_goals;
 
 in