# HG changeset patch # User wenzelm # Date 1465731807 -7200 # Node ID 5a1f5fc10bb03c84c312d78d27e16b052e092a0d # Parent b1d7950285cfcec0fa42ae6c3944a280a06a18ef tuned; diff -r b1d7950285cf -r 5a1f5fc10bb0 src/Doc/Isar_Ref/Quick_Reference.thy --- a/src/Doc/Isar_Ref/Quick_Reference.thy Sat Jun 11 20:54:31 2016 +0200 +++ b/src/Doc/Isar_Ref/Quick_Reference.thy Sun Jun 12 13:43:27 2016 +0200 @@ -13,7 +13,7 @@ text \ \begin{tabular}{rcl} \main\ & = & \<^theory_text>\notepad begin "statement\<^sup>*" end\ \\ - & \|\ & \<^theory_text>\theorem name: props if props for vars "proof"\ \\ + & \|\ & \<^theory_text>\theorem name: props if name: props for vars "proof"\ \\ & \|\ & \<^theory_text>\theorem name:\ \\ & & \quad\<^theory_text>\fixes vars\ \\ & & \quad\<^theory_text>\assumes name: props\ \\ @@ -25,13 +25,13 @@ \proof\ & = & \<^theory_text>\"refinement\<^sup>*" proof "method\<^sup>?" "statement\<^sup>*" qed "method\<^sup>?"\ \\ & \|\ & \<^theory_text>\"refinement\<^sup>*" done\ \\ \refinement\ & = & \<^theory_text>\apply method\ \\ - & \|\ & \<^theory_text>\supply facts\ \\ + & \|\ & \<^theory_text>\supply name = thms\ \\ & \|\ & \<^theory_text>\subgoal premises name for vars "proof"\ \\ - & \|\ & \<^theory_text>\using facts\ \\ - & \|\ & \<^theory_text>\unfolding facts\ \\ + & \|\ & \<^theory_text>\using thms\ \\ + & \|\ & \<^theory_text>\unfolding thms\ \\ \statement\ & = & \<^theory_text>\{ "statement\<^sup>*" }\ \\ & \|\ & \<^theory_text>\next\ \\ - & \|\ & \<^theory_text>\note name = facts\ \\ + & \|\ & \<^theory_text>\note name = thms\ \\ & \|\ & \<^theory_text>\let "term" = "term"\ \\ & \|\ & \<^theory_text>\write name (mixfix)\ \\ & \|\ & \<^theory_text>\fix vars\ \\