wenzelm [Thu, 19 Mar 2009 11:44:34 +0100] rev 30578
added map_contexts (cf. Proof.map_contexts);
wenzelm [Thu, 19 Mar 2009 11:20:22 +0100] rev 30577
tuned;
wenzelm [Wed, 18 Mar 2009 22:41:15 +0100] rev 30576
generalized ML_Context.inherit_env;
wenzelm [Wed, 18 Mar 2009 22:41:14 +0100] rev 30575
more precise type Symbol_Pos.text;
wenzelm [Wed, 18 Mar 2009 22:41:14 +0100] rev 30574
more precise type Symbol_Pos.text;
geralized ML_Context.inherit_env;
wenzelm [Wed, 18 Mar 2009 21:55:38 +0100] rev 30573
de-camelized Symbol_Pos;
wenzelm [Wed, 18 Mar 2009 20:03:01 +0100] rev 30572
Library.merge/OrdList.union: optimize the important special case where the tables coincide -- NOTE: this changes both the operational behaviour and the result for non-standard eq/ord notion;
wenzelm [Wed, 18 Mar 2009 19:11:26 +0100] rev 30571
reduced verbosity;
haftmann [Wed, 18 Mar 2009 15:23:52 +0100] rev 30570
made SML/NJ happy
haftmann [Wed, 18 Mar 2009 11:57:28 +0100] rev 30569
tuned interpunctation
wenzelm [Tue, 17 Mar 2009 19:53:57 +0100] rev 30568
strip_abss: always strip abstractions as far as possible, without keeping alternatives (which appear to be redundant anyway, but cause significant slowdown since discrimination nets collapse abstractions);
wenzelm [Tue, 17 Mar 2009 19:06:04 +0100] rev 30567
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;
wenzelm [Tue, 17 Mar 2009 16:55:21 +0100] rev 30566
reverted abbreviations: improved performance via Item_Net.T;
wenzelm [Tue, 17 Mar 2009 15:35:27 +0100] rev 30565
export match_rew -- useful for implementing "procs" for rewrite_term;
wenzelm [Tue, 17 Mar 2009 15:34:42 +0100] rev 30564
tuned comment;