Sun, 01 Nov 2009 15:44:26 +0100 |
wenzelm |
modernized structure Context_Rules;
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 13:04:06 +0100 |
wenzelm |
make SML/NJ happy;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 20:54:08 +0200 |
wenzelm |
maintain explicit name space kind;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 19:47:37 +0200 |
wenzelm |
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 19:20:03 +0200 |
wenzelm |
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 16:40:41 +0200 |
wenzelm |
Method.cheating: check quick_and_dirty here;
|
file |
diff |
annotate
|
Sat, 17 Oct 2009 15:57:51 +0200 |
wenzelm |
indicate CRITICAL nature of various setmp combinators;
|
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
|
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
|
Sat, 30 May 2009 15:00:23 +0200 |
wenzelm |
eliminated old Method.add_method(s);
|
file |
diff |
annotate
|
Sat, 30 May 2009 14:26:33 +0200 |
wenzelm |
removed obsolete combinators for method args;
|
file |
diff |
annotate
|
Sat, 23 May 2009 21:41:02 +0200 |
wenzelm |
removed some obsolete combinators for method args;
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 22:41:14 +0100 |
wenzelm |
more precise type Symbol_Pos.text;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 19:06:04 +0100 |
wenzelm |
close/all_assm_tac: finish all subgoals from left to right (cf. Proof.goal_tac a28d83e903ce) -- NB: ALLGOALS/THEN_ALL_NEW operate from right to left;
|
file |
diff |
annotate
|
Mon, 16 Mar 2009 17:46:49 +0100 |
wenzelm |
adapted 'method_setup' command to Method.setup;
|
file |
diff |
annotate
|
Sun, 15 Mar 2009 20:19:14 +0100 |
wenzelm |
export section, sections;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 23:50:05 +0100 |
wenzelm |
simplified method setup;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 21:24:21 +0100 |
wenzelm |
added simplified setup;
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 19:10:46 +0100 |
wenzelm |
tuned Method exports: non-pervasive type method (cf. Proof.method), pervasive METHOD combinators;
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 11:10:02 +0100 |
wenzelm |
renamed NameSpace.bind to NameSpace.define;
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 11:05:29 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 10:45:52 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 00:05:20 +0100 |
wenzelm |
renamed Method.assumption_tac back to Method.assm_tac -- as assumption_tac it would have to be exactly the tactic behind the assumption method (with facts);
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 23:36:12 +0100 |
wenzelm |
use long names for old-style fold combinators;
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 14:52:21 +0100 |
wenzelm |
moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 14:48:14 +1100 |
kleing |
FindTheorems: add solves feature; tidy up const name subsettin; patch by Timothy Bourke
|
file |
diff |
annotate
|
Thu, 01 Jan 2009 22:57:42 +0100 |
wenzelm |
assumption/close: discontinued implicit prems;
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 18:42:37 +0100 |
haftmann |
removed Table.extend, NameSpace.extend_table
|
file |
diff |
annotate
|
Sat, 09 Aug 2008 22:43:55 +0200 |
wenzelm |
unified Args.T with OuterLex.token, renamed some operations;
|
file |
diff |
annotate
|
Wed, 06 Aug 2008 00:10:22 +0200 |
wenzelm |
report markup;
|
file |
diff |
annotate
|
Mon, 04 Aug 2008 20:27:39 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sat, 28 Jun 2008 21:21:17 +0200 |
wenzelm |
replaced simple_text by fully-featured parse_args;
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 22:13:52 +0200 |
wenzelm |
renamed rename_params_tac to rename_tac;
|
file |
diff |
annotate
|
Mon, 16 Jun 2008 17:54:49 +0200 |
wenzelm |
ML tactic: do not abstract over context again;
|
file |
diff |
annotate
|
Wed, 14 May 2008 20:30:29 +0200 |
wenzelm |
added intern, defined;
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 19:55:02 +0200 |
haftmann |
added lemma antiquotation
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 22:39:43 +0100 |
wenzelm |
ml_tactic: non-critical version via proof data and thread data;
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 20:02:04 +0100 |
wenzelm |
Context.>> : operate on Context.generic;
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 00:02:54 +0100 |
wenzelm |
reorganized signature of ML_Context;
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 15:32:15 +0100 |
wenzelm |
eliminated delayed theory setup
|
file |
diff |
annotate
|
Wed, 26 Mar 2008 22:40:07 +0100 |
wenzelm |
adapted to Context.thread_data interface;
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 23:34:24 +0100 |
wenzelm |
ML runtime compilation: pass position, tuned signature;
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 22:07:32 +0100 |
wenzelm |
tuned messages;
|
file |
diff |
annotate
|
Thu, 24 Jan 2008 23:51:18 +0100 |
wenzelm |
improved apply: handle thread position, apply to context here;
|
file |
diff |
annotate
|
Tue, 18 Dec 2007 19:54:33 +0100 |
wenzelm |
named some critical sections;
|
file |
diff |
annotate
|
Fri, 02 Nov 2007 18:53:01 +0100 |
haftmann |
generic tactic Method.intros_tac
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 16:55:44 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 28 Jul 2007 20:40:27 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 21:55:20 +0200 |
wenzelm |
method section scanners: added [[declaration]] syntax, ignore sid-effects of thms;
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 19:45:44 +0200 |
wenzelm |
eliminated transform_failure (to avoid critical section for main transactions);
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 14:06:12 +0200 |
wenzelm |
marked some CRITICAL sections (for multithreading);
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 19:51:58 +0200 |
wenzelm |
replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 20:01:26 +0200 |
wenzelm |
renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 00:06:14 +0200 |
wenzelm |
avoid polymorphic equality;
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 23:15:57 +0200 |
wenzelm |
added raw_tactic;
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 23:04:40 +0200 |
wenzelm |
method assumption: uniform treatment of prems as legacy feature;
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 00:01:38 +0200 |
wenzelm |
Basic text: include position;
|
file |
diff |
annotate
|
Thu, 31 May 2007 23:47:36 +0200 |
wenzelm |
simplified/unified list fold;
|
file |
diff |
annotate
|
Thu, 24 May 2007 08:37:37 +0200 |
haftmann |
tuned Pure/General/name_space.ML
|
file |
diff |
annotate
|