293 val assume_i = local_statement_i Proof.assume_i I o Comment.ignore; |
293 val assume_i = local_statement_i Proof.assume_i I o Comment.ignore; |
294 val presume = local_statement Proof.presume I o Comment.ignore; |
294 val presume = local_statement Proof.presume I o Comment.ignore; |
295 val presume_i = local_statement_i Proof.presume_i I o Comment.ignore; |
295 val presume_i = local_statement_i Proof.presume_i I o Comment.ignore; |
296 val local_def = local_statement LocalDefs.def I o Comment.ignore; |
296 val local_def = local_statement LocalDefs.def I o Comment.ignore; |
297 val local_def_i = local_statement LocalDefs.def_i I o Comment.ignore; |
297 val local_def_i = local_statement LocalDefs.def_i I o Comment.ignore; |
298 val show = local_statement Proof.show I o Comment.ignore; |
298 val show = local_statement (Proof.show Seq.single) I o Comment.ignore; |
299 val show_i = local_statement_i Proof.show_i I o Comment.ignore; |
299 val show_i = local_statement_i (Proof.show_i Seq.single) I o Comment.ignore; |
300 val have = local_statement Proof.have I o Comment.ignore; |
300 val have = local_statement (Proof.have Seq.single) I o Comment.ignore; |
301 val have_i = local_statement_i Proof.have_i I o Comment.ignore; |
301 val have_i = local_statement_i (Proof.have_i Seq.single) I o Comment.ignore; |
302 val thus = local_statement Proof.show Proof.chain o Comment.ignore; |
302 val thus = local_statement (Proof.show Seq.single) Proof.chain o Comment.ignore; |
303 val thus_i = local_statement_i Proof.show_i Proof.chain o Comment.ignore; |
303 val thus_i = local_statement_i (Proof.show_i Seq.single) Proof.chain o Comment.ignore; |
304 val hence = local_statement Proof.have Proof.chain o Comment.ignore; |
304 val hence = local_statement (Proof.have Seq.single) Proof.chain o Comment.ignore; |
305 val hence_i = local_statement_i Proof.have_i Proof.chain o Comment.ignore; |
305 val hence_i = local_statement_i (Proof.have_i Seq.single) Proof.chain o Comment.ignore; |
306 |
306 |
307 |
307 |
308 (* blocks *) |
308 (* blocks *) |
309 |
309 |
310 val begin_block = ProofHistory.apply Proof.begin_block; |
310 val begin_block = ProofHistory.apply Proof.begin_block; |