wenzelm [Fri, 31 Mar 2000 21:54:50 +0200] rev 8633
added add_del_args;
wenzelm [Fri, 31 Mar 2000 18:10:21 +0200] rev 8632
fixed goal syntax;
nipkow [Fri, 31 Mar 2000 10:23:15 +0200] rev 8631
comments modified
kleing [Fri, 31 Mar 2000 10:17:32 +0200] rev 8630
tuned
kleing [Fri, 31 Mar 2000 10:15:33 +0200] rev 8629
included new stanford mirror, mirror links now point to source directly
nipkow [Fri, 31 Mar 2000 10:08:26 +0200] rev 8628
updated recdef
wenzelm [Thu, 30 Mar 2000 21:26:10 +0200] rev 8627
tuned;
nipkow [Thu, 30 Mar 2000 20:06:27 +0200] rev 8626
recdef
nipkow [Thu, 30 Mar 2000 19:47:17 +0200] rev 8625
If all termination conditions are proved automatically,
the recusrion equations are added to the simpset automatically.
recdef.rules -> recdef.simps
nipkow [Thu, 30 Mar 2000 19:45:51 +0200] rev 8624
recdef.rules -> recdef.simps
nipkow [Thu, 30 Mar 2000 19:45:18 +0200] rev 8623
mod in recdef allows to access the correct simpset via simpset().
nipkow [Thu, 30 Mar 2000 19:44:11 +0200] rev 8622
the simplification rules returned from TFL are now paired with the row they
came from.
wenzelm [Thu, 30 Mar 2000 15:13:59 +0200] rev 8621
* Isar/Pure: local results and corresponding term bindings are now
subject to Hindley-Milner polymorphism (similar to ML); this
accommodates incremental type-inference nicely;
* Isar/Pure: new calculational elements 'moreover' and 'ultimately'
support plain accumulation of results, without applying any rules yet;
wenzelm [Thu, 30 Mar 2000 15:13:02 +0200] rev 8620
support Hindley-Milner polymorphisms in results and bindings;
wenzelm [Thu, 30 Mar 2000 15:12:20 +0200] rev 8619
added 'moreover' and 'ultimately';
wenzelm [Thu, 30 Mar 2000 15:11:48 +0200] rev 8618
added \MOREOVER, \ULTIMATELY;
wenzelm [Thu, 30 Mar 2000 14:28:54 +0200] rev 8617
support Hindley-Milner polymorphisms in binds and facts;
let_bind(_i): polymorphic version;
moved find_free, export_wrt to Isar/proof_context.ML;
wenzelm [Thu, 30 Mar 2000 14:28:10 +0200] rev 8616
support Hindley-Milner polymorphisms in binds and facts;
let_bind(_i): polymorphic version;
improved warn_extra_tfrees;
added find_free, export_wrt (from Isar/proof.ML);
wenzelm [Thu, 30 Mar 2000 14:25:35 +0200] rev 8615
let_bind(_i): polymorphic version;
wenzelm [Thu, 30 Mar 2000 14:24:46 +0200] rev 8614
ProofContext.find_free;
wenzelm [Thu, 30 Mar 2000 14:22:15 +0200] rev 8613
'tactic': refer to PureIsar structure;
wenzelm [Thu, 30 Mar 2000 14:21:28 +0200] rev 8612
?this: support params;
wenzelm [Thu, 30 Mar 2000 14:20:42 +0200] rev 8611
support polymorphic Vars;
wenzelm [Thu, 30 Mar 2000 14:20:13 +0200] rev 8610
tuned;
wenzelm [Thu, 30 Mar 2000 14:20:01 +0200] rev 8609
foldl_term_types: depend on term as well;
wenzelm [Thu, 30 Mar 2000 14:19:33 +0200] rev 8608
read_def_cterms: use Sign.read_def_terms;
wenzelm [Thu, 30 Mar 2000 14:19:13 +0200] rev 8607
read_def_terms (no certify yet);
wenzelm [Thu, 30 Mar 2000 14:18:40 +0200] rev 8606
export update_multi;
wenzelm [Thu, 30 Mar 2000 14:15:41 +0200] rev 8605
added tvars_intr_list;
nipkow [Wed, 29 Mar 2000 15:09:51 +0200] rev 8604
*** empty log message ***
nipkow [Wed, 29 Mar 2000 14:23:27 +0200] rev 8603
*** empty log message ***
nipkow [Tue, 28 Mar 2000 17:33:44 +0200] rev 8602
mods because of weak_case_cong -> removed Action.ML twice
nipkow [Tue, 28 Mar 2000 17:32:24 +0200] rev 8601
added weak_case_cong feature
nipkow [Tue, 28 Mar 2000 17:31:36 +0200] rev 8600
mods because of weak_case_cong
wenzelm [Tue, 28 Mar 2000 12:28:24 +0200] rev 8599
fixed railqtoken;
wenzelm [Tue, 28 Mar 2000 11:50:23 +0200] rev 8598
-I option;
wenzelm [Mon, 27 Mar 2000 21:41:19 +0200] rev 8597
renamed 'hoare_vcg' to 'hoare';
wenzelm [Mon, 27 Mar 2000 21:13:23 +0200] rev 8596
tuned;
wenzelm [Mon, 27 Mar 2000 21:13:06 +0200] rev 8595
fixed dddot_tr;
wenzelm [Mon, 27 Mar 2000 18:10:11 +0200] rev 8594
rail token vs. terminal;
wenzelm [Mon, 27 Mar 2000 18:09:49 +0200] rev 8593
fixed term syntax;
wenzelm [Mon, 27 Mar 2000 18:09:24 +0200] rev 8592
tail token vs. terminal;
wenzelm [Mon, 27 Mar 2000 18:08:57 +0200] rev 8591
fixed \rail@tokenfont (ever used?);
paulson [Mon, 27 Mar 2000 17:04:03 +0200] rev 8590
added an order-sorted version of quickSort
paulson [Mon, 27 Mar 2000 16:25:53 +0200] rev 8589
simplified constant "colored"
wenzelm [Sun, 26 Mar 2000 22:31:11 +0200] rev 8588
added 'ultimately';
wenzelm [Sun, 26 Mar 2000 22:29:33 +0200] rev 8587
added WhileRule';
tuned;
wenzelm [Sun, 26 Mar 2000 20:38:23 +0200] rev 8586
made SML/NJ happy;
wenzelm [Sun, 26 Mar 2000 20:17:52 +0200] rev 8585
tuned presentation;
wenzelm [Sun, 26 Mar 2000 20:16:34 +0200] rev 8584
tuned;
wenzelm [Sun, 26 Mar 2000 20:13:53 +0200] rev 8583
ignore_stuff;
P.!!!!;
wenzelm [Sun, 26 Mar 2000 20:12:28 +0200] rev 8582
tuned output;
wenzelm [Sun, 26 Mar 2000 20:11:12 +0200] rev 8581
!!!! = cut "Corrupted outer syntax in presentation";
wenzelm [Sun, 26 Mar 2000 20:10:31 +0200] rev 8580
added is_begin/end_ignore;
wenzelm [Sun, 26 Mar 2000 20:08:03 +0200] rev 8579
tuned targets;
wenzelm [Sat, 25 Mar 2000 18:01:27 +0100] rev 8578
tuned;
wenzelm [Sat, 25 Mar 2000 17:59:52 +0100] rev 8577
improved (anti)quote_tr(');
wenzelm [Sat, 25 Mar 2000 13:00:44 +0100] rev 8576
addsimprocs [record_simproc];
wenzelm [Sat, 25 Mar 2000 12:59:31 +0100] rev 8575
tuned antiquote_tr';
wenzelm [Sat, 25 Mar 2000 12:52:06 +0100] rev 8574
export updateN;
wenzelm [Fri, 24 Mar 2000 21:15:56 +0100] rev 8573
use abstract syntax;
'hoare' method;
wenzelm [Fri, 24 Mar 2000 21:09:34 +0100] rev 8572
plain ASCII;
wenzelm [Fri, 24 Mar 2000 20:59:15 +0100] rev 8571
arith method: HEADGOAL;
wenzelm [Fri, 24 Mar 2000 17:29:51 +0100] rev 8570
HOL/ex/Multiquote;
wenzelm [Fri, 24 Mar 2000 17:28:03 +0100] rev 8569
added HOL/ex/Multiquote.thy;
wenzelm [Fri, 24 Mar 2000 14:40:51 +0100] rev 8568
tuned;
wenzelm [Fri, 24 Mar 2000 13:48:31 +0100] rev 8567
usedir -D: update styles as well;
wenzelm [Fri, 24 Mar 2000 13:48:01 +0100] rev 8566
usedir -D: update styles;
wenzelm [Fri, 24 Mar 2000 13:47:36 +0100] rev 8565
improved dump of styles;
wenzelm [Fri, 24 Mar 2000 11:52:19 +0100] rev 8564
-o sty;
nipkow [Fri, 24 Mar 2000 08:56:48 +0100] rev 8563
comments
wenzelm [Thu, 23 Mar 2000 21:37:13 +0100] rev 8562
added 'moreover' command;
wenzelm [Thu, 23 Mar 2000 21:36:43 +0100] rev 8561
tuned output;
wenzelm [Thu, 23 Mar 2000 11:28:10 +0100] rev 8560
tuned spacing;
wenzelm [Thu, 23 Mar 2000 11:27:52 +0100] rev 8559
ex/Antiquote.thy made new-style theory;
removed ex/Antiquote.ML;
paulson [Thu, 23 Mar 2000 10:23:54 +0100] rev 8558
now exclusively uses rtac/dtac/etac rather than the long forms
paulson [Thu, 23 Mar 2000 10:22:08 +0100] rev 8557
restored the MESON examples file HOL/ex/mesontest2.ML
paulson [Wed, 22 Mar 2000 13:23:57 +0100] rev 8556
made a proof more robust (did not like Suc_less_eq)
paulson [Wed, 22 Mar 2000 13:22:39 +0100] rev 8555
Suc_less_eq now with AddIffs. How could this have been overlooked?
paulson [Wed, 22 Mar 2000 13:22:11 +0100] rev 8554
combined finite_Int1/2 as finite_Int. Deleted the awful "lemma" from the
default claset. Used "inst"
paulson [Wed, 22 Mar 2000 13:01:57 +0100] rev 8553
made more robust
paulson [Wed, 22 Mar 2000 13:01:18 +0100] rev 8552
tidied using new "inst" rule
paulson [Wed, 22 Mar 2000 12:45:41 +0100] rev 8551
tidied using new "inst" rule
paulson [Wed, 22 Mar 2000 12:33:34 +0100] rev 8550
new meta-rule "inst", a shorthand for read_instantiate_sg
wenzelm [Tue, 21 Mar 2000 17:43:54 +0100] rev 8549
goal_spec: [!];
wenzelm [Tue, 21 Mar 2000 17:32:44 +0100] rev 8548
tuned;
wenzelm [Tue, 21 Mar 2000 17:32:43 +0100] rev 8547
tuned;
wenzelm [Tue, 21 Mar 2000 15:32:08 +0100] rev 8546
tuned;
wenzelm [Tue, 21 Mar 2000 15:26:21 +0100] rev 8545
tuned comment;
wenzelm [Tue, 21 Mar 2000 15:23:33 +0100] rev 8544
help message;
wenzelm [Tue, 21 Mar 2000 00:18:54 +0100] rev 8543
handle general case: params and hyps of thesis;
wenzelm [Tue, 21 Mar 2000 00:17:56 +0100] rev 8542
soft_asm_tac: hack to norm goal;
wenzelm [Mon, 20 Mar 2000 18:49:14 +0100] rev 8541
proof methods: 'case_tac' / 'induct_tac';
wenzelm [Mon, 20 Mar 2000 18:48:43 +0100] rev 8540
tuned degenerate cases / induct;
wenzelm [Mon, 20 Mar 2000 18:48:12 +0100] rev 8539
added prove_goalw_cterm;
quick_and_dirty moved here;
wenzelm [Mon, 20 Mar 2000 18:47:47 +0100] rev 8538
quick_and_dirty moved to Isar/skip_proof.ML;
wenzelm [Mon, 20 Mar 2000 18:47:27 +0100] rev 8537
use Args.goal_spec;
added subgoal_tac;
wenzelm [Mon, 20 Mar 2000 18:47:07 +0100] rev 8536
goal_spec;
wenzelm [Mon, 20 Mar 2000 18:46:53 +0100] rev 8535
ALLGOALS_RANGE superceded by Seq.INTERVAL;
wenzelm [Mon, 20 Mar 2000 18:45:28 +0100] rev 8534
improved support for emulating tactic scripts;
wenzelm [Mon, 20 Mar 2000 18:43:37 +0100] rev 8533
res_inst_tac etc.;
subgoal_tac;
wenzelm [Mon, 20 Mar 2000 18:43:20 +0100] rev 8532
goalspec;
wenzelm [Mon, 20 Mar 2000 18:43:05 +0100] rev 8531
case_tac, induct_tac;
wenzelm [Mon, 20 Mar 2000 18:42:50 +0100] rev 8530
tactic emulation;
paulson [Mon, 20 Mar 2000 18:25:35 +0100] rev 8529
tidied
paulson [Mon, 20 Mar 2000 18:24:11 +0100] rev 8528
the perm_rules variable is no longer needed
paulson [Mon, 20 Mar 2000 12:54:31 +0100] rev 8527
tidied
paulson [Mon, 20 Mar 2000 11:15:28 +0100] rev 8526
replaced best_tac by force_tac, allowing some arithmetic reasoning
paulson [Mon, 20 Mar 2000 10:32:02 +0100] rev 8525
renamed a variable to avoid possible free/bound confusion
paulson [Mon, 20 Mar 2000 10:26:34 +0100] rev 8524
a possibly (?) more perspicous simprule in the "simpset" part
paulson [Mon, 20 Mar 2000 10:24:07 +0100] rev 8523
now based on "Main", as it should be
paulson [Mon, 20 Mar 2000 10:23:24 +0100] rev 8522
deleted unnecessary "simpset" part from recdef
wenzelm [Sat, 18 Mar 2000 19:20:10 +0100] rev 8521
'oops' made proper;
removed 'kill_proof' (superceded by 'kill');
wenzelm [Sat, 18 Mar 2000 19:19:53 +0100] rev 8520
intro_classes_tac: REPEAT_ALL_NEW;
wenzelm [Sat, 18 Mar 2000 19:18:48 +0100] rev 8519
tuned comments;
wenzelm [Sat, 18 Mar 2000 19:16:56 +0100] rev 8518
tuned;
wenzelm [Sat, 18 Mar 2000 19:11:34 +0100] rev 8517
obtain;
moved pure methods / atts to pure.tex;
tuned;
wenzelm [Sat, 18 Mar 2000 19:10:02 +0100] rev 8516
simplified setup;
tuned;
wenzelm [Sat, 18 Mar 2000 19:07:47 +0100] rev 8515
pure methods / atts moved here;
tactic emulation moved here;
oops moved here;
history commands;
tuned;
wenzelm [Sat, 18 Mar 2000 19:04:32 +0100] rev 8514
tuned;