src/Pure/Isar/proof.ML
changeset 18878 08b06ec0ef74
parent 18843 23db974a0575
child 18908 fb080097e436
--- 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