# HG changeset patch # User wenzelm # Date 1289144343 -3600 # Node ID a3acca2bddc9cc1134bc1918a642c81093bd2ea3 # Parent cdda2847a91e3f0398c050b3c621d2d652de7a91 'example_proof' is treated as non-schematic statement with irrelevant proof (NB: even regular proofs can contain unreachable parts wrt. the graph of proof promises); diff -r cdda2847a91e -r a3acca2bddc9 src/Pure/Isar/isar_syn.ML --- a/src/Pure/Isar/isar_syn.ML Sat Nov 06 20:59:59 2010 +0100 +++ b/src/Pure/Isar/isar_syn.ML Sun Nov 07 16:39:03 2010 +0100 @@ -502,7 +502,7 @@ Outer_Syntax.local_theory_to_proof "example_proof" "example proof body, without any result" Keyword.thy_schematic_goal (Scan.succeed - (Specification.schematic_theorem_cmd "" NONE (K I) + (Specification.theorem_cmd "" NONE (K I) Attrib.empty_binding [] (Element.Shows []) false #> Proof.enter_forward)); val _ =