--- a/src/Pure/Isar/isar_syn.ML Thu Jan 18 20:38:32 2001 +0100
+++ b/src/Pure/Isar/isar_syn.ML Thu Jan 18 20:38:58 2001 +0100
@@ -295,7 +295,7 @@
val showP =
OuterSyntax.command "show" "state local goal, solving current obligation" K.prf_goal
- (statement IsarThy.show >> (fn f => Toplevel.print o Toplevel.proof f));
+ (statement IsarThy.show >> (fn f => Toplevel.print o Toplevel.proof' f));
val haveP =
OuterSyntax.command "have" "state local goal" K.prf_goal
@@ -303,7 +303,7 @@
val thusP =
OuterSyntax.command "thus" "abbreviates \"then show\"" K.prf_goal
- (statement IsarThy.thus >> (fn f => Toplevel.print o Toplevel.proof f));
+ (statement IsarThy.thus >> (fn f => Toplevel.print o Toplevel.proof' f));
val henceP =
OuterSyntax.command "hence" "abbreviates \"then have\"" K.prf_goal