wenzelm [Fri, 20 Mar 2009 11:26:25 +0100] rev 30603
proper context for prove_cont/adm_tac;
wenzelm [Fri, 20 Mar 2009 11:08:59 +0100] rev 30602
with_attributes: canonical capture/release scheme (potentially iron out race condition);
wenzelm [Fri, 20 Mar 2009 09:52:32 +0100] rev 30601
considerable speedup of benchmarks by using minimal simpset;
wenzelm [Fri, 20 Mar 2009 09:51:41 +0100] rev 30600
allow non-printable symbols within string tokens;
wenzelm [Thu, 19 Mar 2009 22:05:37 +0100] rev 30599
merged
huffman [Thu, 19 Mar 2009 08:13:10 -0700] rev 30598
add lemma det_diagonal; remove wellorder requirement on several lemmas
haftmann [Thu, 19 Mar 2009 14:08:55 +0100] rev 30597
merged
haftmann [Thu, 19 Mar 2009 14:08:41 +0100] rev 30596
tuned some theorem and attribute bindings
wenzelm [Thu, 19 Mar 2009 22:05:00 +0100] rev 30595
proper spacing before ML antiquotations -- note that @ may be part of symbolic ML identifiers;
wenzelm [Thu, 19 Mar 2009 21:05:40 +0100] rev 30594
eval_antiquotes: joint scanning of ML tokens and antiquotations;
wenzelm [Thu, 19 Mar 2009 21:04:53 +0100] rev 30593
added scan_antiq;
more robust scan_ml: plain scanning without cut, regular Symbol_Pos.content instead of Symbol_Pos.implode (which contains spurious Symbol.DEL is used with proper positions);
wenzelm [Thu, 19 Mar 2009 19:49:09 +0100] rev 30592
RAW: provide dummy Isar.main to make tty work gracefully (with ML toplevel);
wenzelm [Thu, 19 Mar 2009 18:20:27 +0100] rev 30591
added tokenize;
internal scan_str: ensure Symbol.is_regular, otherwise it might swallow the stopper and crash!
wenzelm [Thu, 19 Mar 2009 16:56:51 +0100] rev 30590
parameterized datatype antiquote and read operation;
wenzelm [Thu, 19 Mar 2009 15:44:14 +0100] rev 30589
Antiquote.Text: keep full position information;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30588
OuterLex.read_antiq;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30587
moved Isar/antiquote.ML to General/antiquote.ML, which is loaded early;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30586
moved basic change_prompt, scan_string, scan_alt_string, scan_quoted to symbol_pos.ML;
scan_comment: recovered change_prompt;
moved read_antiq to outer_lex.ML;
wenzelm [Thu, 19 Mar 2009 13:28:55 +0100] rev 30585
use Name.of_binding for basic logical entities without name space (fixes, case names etc.);
wenzelm [Thu, 19 Mar 2009 13:26:19 +0100] rev 30584
Name.of_binding: proper full_name (with checks) before projecting base name;
wenzelm [Thu, 19 Mar 2009 11:51:49 +0100] rev 30583
merged
huffman [Thu, 19 Mar 2009 01:29:19 -0700] rev 30582
imported patch euclidean
ballarin [Wed, 18 Mar 2009 22:17:23 +0100] rev 30581
Merged.
ballarin [Wed, 18 Mar 2009 22:14:58 +0100] rev 30580
Updated chapters 1-5 to locale reimplementation.
wenzelm [Thu, 19 Mar 2009 11:47:05 +0100] rev 30579
command 'use', 'ML': apply ML environment to theory and target as well;
tuned command descriptions;
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;
wenzelm [Tue, 17 Mar 2009 14:14:25 +0100] rev 30563
merged
huffman [Mon, 16 Mar 2009 15:58:41 -0700] rev 30562
document new additions to HOL/Library
huffman [Mon, 16 Mar 2009 15:10:59 -0700] rev 30561
clean up proofs
wenzelm [Tue, 17 Mar 2009 14:12:43 +0100] rev 30560
adapted to general Item_Net;
wenzelm [Tue, 17 Mar 2009 14:12:06 +0100] rev 30559
turned structure NetRules into general Item_Net, which is loaded earlier;
wenzelm [Tue, 17 Mar 2009 14:09:20 +0100] rev 30558
renamed Tactic.taglist/untaglist/orderlist to tag_list/untag_list/order_list (in library.ML);
wenzelm [Tue, 17 Mar 2009 13:33:21 +0100] rev 30557
goal_tac: finish marked assumptions from left to right -- corresponds better with the strategy of etac, with significant performance gains in some situations;
wenzelm [Tue, 17 Mar 2009 12:10:42 +0100] rev 30556
eq_assumption: slightly more efficient by checking (open) result of Logic.assum_problems directly;
tuned;
wenzelm [Tue, 17 Mar 2009 12:09:43 +0100] rev 30555
tuned aeconv: test plain aconv before expensive eta_contract;
wenzelm [Mon, 16 Mar 2009 23:52:30 +0100] rev 30554
substantial speedup of assumption and elim-resolution: Logic.assum_problems refrains from eager application of parameters, discriminate via Term.could_unify before invoking full unification (assumes terms in beta-normal form, as do higher term net operations anyway);
wenzelm [Mon, 16 Mar 2009 23:39:44 +0100] rev 30553
refined is_norm_hhf: reject beta-redexes (rules based on term nets or could_unify assume normal form), also potentially faster by avoiding expensive Envir.beta_eta_contract;
wenzelm [Mon, 16 Mar 2009 23:36:55 +0100] rev 30552
provide Simplifier.norm_hhf(_protect) as regular simplifier operation;
wenzelm [Mon, 16 Mar 2009 19:40:03 +0100] rev 30551
method parser: pass proper context;
wenzelm [Mon, 16 Mar 2009 18:24:39 +0100] rev 30550
merged
wenzelm [Mon, 16 Mar 2009 18:24:30 +0100] rev 30549
simplified method setup;
wenzelm [Mon, 16 Mar 2009 17:51:24 +0100] rev 30548
updated generated file;
wenzelm [Mon, 16 Mar 2009 17:51:07 +0100] rev 30547
simplifief 'method_setup' command;
wenzelm [Mon, 16 Mar 2009 17:48:02 +0100] rev 30546
spelling;
wenzelm [Mon, 16 Mar 2009 17:47:26 +0100] rev 30545
export method parser;
wenzelm [Mon, 16 Mar 2009 17:46:49 +0100] rev 30544
adapted 'method_setup' command to Method.setup;