Mon, 01 Aug 2011 12:08:53 +0200 |
nipkow |
infrastructure for attaching names to hypothesis in cases; realised via the same tag mechanism as case names
|
file |
diff |
annotate
|
Mon, 11 Jul 2011 22:55:47 +0200 |
wenzelm |
tuned signature -- corresponding to Scala version;
|
file |
diff |
annotate
|
Thu, 12 May 2011 16:23:13 +0200 |
wenzelm |
proper configuration options Proof_Context.debug and Proof_Context.verbose;
|
file |
diff |
annotate
|
Wed, 27 Apr 2011 23:02:43 +0200 |
wenzelm |
more precise positions via binding;
|
file |
diff |
annotate
|
Sat, 16 Apr 2011 15:47:52 +0200 |
wenzelm |
modernized structure Proof_Context;
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 14:20:57 +0200 |
wenzelm |
discontinued special treatment of structure Mixfix;
|
file |
diff |
annotate
|
Mon, 21 Mar 2011 20:15:03 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Mon, 31 Jan 2011 23:53:07 +0100 |
wenzelm |
more specific Goal.fork_name;
|
file |
diff |
annotate
|
Wed, 15 Dec 2010 20:52:20 +0100 |
wenzelm |
show: display goal refinement rule as "state", to avoid odd Output.urgent_message and make its association with the goal more explicit;
|
file |
diff |
annotate
|
Sat, 04 Dec 2010 21:26:55 +0100 |
wenzelm |
formal notepad without any result;
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 10:42:04 +0100 |
bulwahn |
added useful function map_context_result to signature
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 21:06:56 +0200 |
wenzelm |
renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 18:21:48 +0200 |
wenzelm |
renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
|
file |
diff |
annotate
|
Thu, 09 Sep 2010 17:20:27 +0200 |
wenzelm |
more abstract treatment of interrupts in structure Exn -- hardly ever need to mention Interrupt literally;
|
file |
diff |
annotate
|
Sat, 04 Sep 2010 00:31:21 +0200 |
wenzelm |
recovered options for goal antiquotations from f45d332a90e3: actually pass context to Proof.pretty_goals (see also 45facd8f358e);
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 21:13:53 +0200 |
wenzelm |
pretty_goals: turned some global references and function arguments into configuration options (goals_limit = 10, goals_total = true, show_main_goal = false) depending on the context;
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 11:27:35 +0200 |
wenzelm |
Proof.pretty_state: print everything in the foreground context to give users a chance to configure options, e.g. via "using [[show_consts]]";
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 21:31:22 +0200 |
wenzelm |
added some proof state markup, notably number of subgoals (e.g. for indentation);
|
file |
diff |
annotate
|
Wed, 11 Aug 2010 17:37:04 +0200 |
wenzelm |
removed obsolete Proof.get_thmss_cmd (cf. Attrib.eval_thms);
|
file |
diff |
annotate
|
Fri, 06 Aug 2010 14:35:04 +0200 |
wenzelm |
removed obsolete Goal.local_future_enforced: Toplevel.run_command is no longer interactive, so Goal.local_future_enabled is sufficient (cf. 349e9223c685 and e07dacec79e7);
|
file |
diff |
annotate
|
Sat, 24 Jul 2010 12:14:53 +0200 |
wenzelm |
moved management of auxiliary theory source files to Thy_Load -- as theory data instead of accidental loader state;
|
file |
diff |
annotate
|
Sat, 29 May 2010 19:46:29 +0200 |
wenzelm |
explicit markup for forked goals, as indicated by Goal.fork;
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 17:29:53 +0200 |
wenzelm |
'write': actually observe the proof structure (like 'let' or 'fix');
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 16:55:22 +0200 |
wenzelm |
ProofContext.read_const: allow for type constraint (for fixed variable);
|
file |
diff |
annotate
|
Mon, 26 Apr 2010 20:30:50 +0200 |
wenzelm |
eliminanated some unreferenced identifiers;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 16:10:05 +0200 |
wenzelm |
removed obsolete/unused Proof.match_bind;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 15:52:03 +0200 |
wenzelm |
modernized naming conventions of main Isar proof elements;
|
file |
diff |
annotate
|
Sun, 25 Apr 2010 15:13:33 +0200 |
wenzelm |
goals: simplified handling of implicit variables -- removed obsolete warning;
|
file |
diff |
annotate
|
Sun, 07 Mar 2010 11:57:16 +0100 |
wenzelm |
modernized structure Local_Defs;
|
file |
diff |
annotate
|
Fri, 15 Jan 2010 13:37:41 +0100 |
berghofe |
Eliminated is_open option of Rule_Cases.make_nested/make_common;
|
file |
diff |
annotate
|
Mon, 04 Jan 2010 15:35:53 +0100 |
wenzelm |
after_qed: refrain from Position.setmp_thread_data, which causes duplication of results with several independent proof attempts;
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 20:57:48 +0100 |
wenzelm |
modernized structure Proof_Display;
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 20:45:23 +0100 |
wenzelm |
modernized structure AutoBind;
|
file |
diff |
annotate
|
Sun, 01 Nov 2009 15:24:45 +0100 |
wenzelm |
modernized structure Rule_Cases;
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 22:01:05 +0100 |
wenzelm |
replaced slightly odd get_goal/flat_goal by explicit goal views that correspond to the usual method categories;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 19:17:42 +0100 |
wenzelm |
more direct access to naming;
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 21:26:45 +0200 |
wenzelm |
backpatching of structure Proof and ProofContext -- avoid odd aliases;
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 21:39:06 +0200 |
wenzelm |
clarified Proof.refine_insert -- always "refine" to apply standard method treatment (of conjunctions);
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 22:25:50 +0200 |
wenzelm |
eliminated dead code;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 00:57:28 +0200 |
wenzelm |
replaced chained_goal by slightly more appropriate flat_goal;
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 00:17:06 +0200 |
wenzelm |
added chained_goal, which presents the goal thm as seen by semi-structured methods;
|
file |
diff |
annotate
|
Tue, 29 Sep 2009 11:49:22 +0200 |
wenzelm |
explicit indication of Unsynchronized.ref;
|
file |
diff |
annotate
|
Sat, 25 Jul 2009 18:02:43 +0200 |
wenzelm |
basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context;
|
file |
diff |
annotate
|
Sat, 25 Jul 2009 10:31:27 +0200 |
wenzelm |
renamed structure Display_Goal to Goal_Display;
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 11:50:35 +0200 |
wenzelm |
Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
|
file |
diff |
annotate
|
Thu, 23 Jul 2009 16:52:16 +0200 |
wenzelm |
clarified pretty_goals, pretty_thm_aux: plain context;
|
file |
diff |
annotate
|
Tue, 21 Jul 2009 01:03:18 +0200 |
wenzelm |
proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
|
file |
diff |
annotate
|
Mon, 20 Jul 2009 21:20:09 +0200 |
wenzelm |
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
|
file |
diff |
annotate
|
Mon, 20 Jul 2009 00:37:39 +0200 |
wenzelm |
Proof.future_proof: declare all assumptions as well;
|
file |
diff |
annotate
|
Sun, 19 Jul 2009 19:24:04 +0200 |
wenzelm |
parallel_proofs: more fine-grained control with optional parallel checking of nested Isar proofs;
|
file |
diff |
annotate
|
Sun, 19 Jul 2009 18:02:40 +0200 |
wenzelm |
more abstract Future.is_worker;
|
file |
diff |
annotate
|
Sat, 28 Mar 2009 17:53:33 +0100 |
wenzelm |
renamed ProofContext.add_fixes_i to ProofContext.add_fixes, eliminated obsolete external version;
|
file |
diff |
annotate
|
Sat, 28 Mar 2009 17:21:11 +0100 |
wenzelm |
renamed ProofContext.note_thmss_i to ProofContext.note_thmss, eliminated obsolete external version;
|
file |
diff |
annotate
|
Sat, 28 Mar 2009 17:10:43 +0100 |
wenzelm |
simplified references to facts, eliminated external note_thmss;
|
file |
diff |
annotate
|
Sat, 28 Mar 2009 16:31:16 +0100 |
wenzelm |
replaced add_binds(_i) by bind_terms -- internal version only;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 13:33:21 +0100 |
wenzelm |
goal_tac: finish marked assumptions from left to right -- corresponds better with the strategy of etac, with significant performance gains in some situations;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 19:58:26 +0100 |
wenzelm |
unified type Proof.method and pervasive METHOD combinators;
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 21:18:52 +0100 |
wenzelm |
invoke_case: proper qualification of name binding, avoiding old no_base_names;
|
file |
diff |
annotate
|
Thu, 05 Mar 2009 11:58:53 +0100 |
wenzelm |
eliminated obsolete ProofContext.full_bname;
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 14:07:43 +0100 |
wenzelm |
Thm.binding;
|
file |
diff |
annotate
|