# HG changeset patch # User wenzelm # Date 1465802565 -7200 # Node ID 9adfdaee327e94be7f87ef381cc83199b7389b1e # Parent 5a1f5fc10bb03c84c312d78d27e16b052e092a0d tuned; diff -r 5a1f5fc10bb0 -r 9adfdaee327e src/Doc/Isar_Ref/Quick_Reference.thy --- a/src/Doc/Isar_Ref/Quick_Reference.thy Sun Jun 12 13:43:27 2016 +0200 +++ b/src/Doc/Isar_Ref/Quick_Reference.thy Mon Jun 13 09:22:45 2016 +0200 @@ -22,13 +22,14 @@ & & \quad\<^theory_text>\fixes vars\ \\ & & \quad\<^theory_text>\assumes name: props\ \\ & & \quad\<^theory_text>\obtains (name) vars where props | \ "proof"\ \\ - \proof\ & = & \<^theory_text>\"refinement\<^sup>*" proof "method\<^sup>?" "statement\<^sup>*" qed "method\<^sup>?"\ \\ - & \|\ & \<^theory_text>\"refinement\<^sup>*" done\ \\ + \proof\ & = & \<^theory_text>\"refinement\<^sup>*" main_proof\ \\ \refinement\ & = & \<^theory_text>\apply method\ \\ & \|\ & \<^theory_text>\supply name = thms\ \\ & \|\ & \<^theory_text>\subgoal premises name for vars "proof"\ \\ & \|\ & \<^theory_text>\using thms\ \\ & \|\ & \<^theory_text>\unfolding thms\ \\ + \main_proof\ & = & \<^theory_text>\proof "method\<^sup>?" "statement\<^sup>*" qed "method\<^sup>?"\ \\ + & \|\ & \<^theory_text>\done\ \\ \statement\ & = & \<^theory_text>\{ "statement\<^sup>*" }\ \\ & \|\ & \<^theory_text>\next\ \\ & \|\ & \<^theory_text>\note name = thms\ \\