# HG changeset patch # User eberlm # Date 1465911314 -7200 # Node ID e7920a0abf4a271ea2a46ce83e636c42ec19a44b # Parent 71805faedeb2b305cdc53e028fe2d46dd1555968# Parent 70d144cead250bb0c6b0d43b216f3acaa843a0a8 Merged diff -r 71805faedeb2 -r e7920a0abf4a src/Doc/Isar_Ref/Quick_Reference.thy --- a/src/Doc/Isar_Ref/Quick_Reference.thy Tue Jun 14 13:14:11 2016 +0200 +++ b/src/Doc/Isar_Ref/Quick_Reference.thy Tue Jun 14 15:35:14 2016 +0200 @@ -22,13 +22,13 @@ & & \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>*" main_proof\ \\ + \proof\ & = & \<^theory_text>\"refinement\<^sup>*" proper_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>?"\ \\ + \proper_proof\ & = & \<^theory_text>\proof "method\<^sup>?" "statement\<^sup>*" qed "method\<^sup>?"\ \\ & \|\ & \<^theory_text>\done\ \\ \statement\ & = & \<^theory_text>\{ "statement\<^sup>*" }\ \\ & \|\ & \<^theory_text>\next\ \\