Fri, 15 Jul 2005 15:44:19 +0200 tuned min_key, max_key;
wenzelm [Fri, 15 Jul 2005 15:44:19 +0200] rev 16864
tuned min_key, max_key;
Fri, 15 Jul 2005 15:44:18 +0200 replaced foldl_XXX by canonical fold_XXX;
wenzelm [Fri, 15 Jul 2005 15:44:18 +0200] rev 16863
replaced foldl_XXX by canonical fold_XXX; canonical arguments for add_term_varnames, add_tvarsT, add_tvars, add_vars, add_frees,
Fri, 15 Jul 2005 15:44:17 +0200 tuned;
wenzelm [Fri, 15 Jul 2005 15:44:17 +0200] rev 16862
tuned;
Fri, 15 Jul 2005 15:44:15 +0200 tuned fold on terms;
wenzelm [Fri, 15 Jul 2005 15:44:15 +0200] rev 16861
tuned fold on terms;
Fri, 15 Jul 2005 15:44:11 +0200 * Pure/library.ML: several combinators for linear functional transformations;
wenzelm [Fri, 15 Jul 2005 15:44:11 +0200] rev 16860
* Pure/library.ML: several combinators for linear functional transformations; * Pure/library.ML: canonical list combinators fold, fold_rev, and fold_yield; * Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, fold_types;
Fri, 15 Jul 2005 15:35:28 +0200 optimize no_types_needed, remove exception handler
obua [Fri, 15 Jul 2005 15:35:28 +0200] rev 16859
optimize no_types_needed, remove exception handler
Fri, 15 Jul 2005 11:26:22 +0200 tuned;
wenzelm [Fri, 15 Jul 2005 11:26:22 +0200] rev 16858
tuned;
Thu, 14 Jul 2005 20:32:37 +0200 lucas - slightly cleaned up. Removed redudent copy of Symtab structure.
dixon [Thu, 14 Jul 2005 20:32:37 +0200] rev 16857
lucas - slightly cleaned up. Removed redudent copy of Symtab structure.
Thu, 14 Jul 2005 19:29:00 +0200 * Improved 'oracle' command -- type-safe;
wenzelm [Thu, 14 Jul 2005 19:29:00 +0200] rev 16856
* Improved 'oracle' command -- type-safe;
Thu, 14 Jul 2005 19:28:40 +0200 no open Logic;
wenzelm [Thu, 14 Jul 2005 19:28:40 +0200] rev 16855
no open Logic;
Thu, 14 Jul 2005 19:28:39 +0200 removed itlist, rev_itlist -- use fold_rev, fold instead;
wenzelm [Thu, 14 Jul 2005 19:28:39 +0200] rev 16854
removed itlist, rev_itlist -- use fold_rev, fold instead; improved end_itlist;
Thu, 14 Jul 2005 19:28:38 +0200 replaced itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:38 +0200] rev 16853
replaced itlist by fold_rev; replaced rev_itlist by fold;
Thu, 14 Jul 2005 19:28:37 +0200 replaced itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:37 +0200] rev 16852
replaced itlist by fold_rev;
Thu, 14 Jul 2005 19:28:36 +0200 use sys_error instead of exception Internal;
wenzelm [Thu, 14 Jul 2005 19:28:36 +0200] rev 16851
use sys_error instead of exception Internal; actually use Termtab; tuned;
Thu, 14 Jul 2005 19:28:34 +0200 sys_error;
wenzelm [Thu, 14 Jul 2005 19:28:34 +0200] rev 16850
sys_error;
Thu, 14 Jul 2005 19:28:33 +0200 type-safe 'oracle' command;
wenzelm [Thu, 14 Jul 2005 19:28:33 +0200] rev 16849
type-safe 'oracle' command;
Thu, 14 Jul 2005 19:28:32 +0200 added dest_table;
wenzelm [Thu, 14 Jul 2005 19:28:32 +0200] rev 16848
added dest_table;
Thu, 14 Jul 2005 19:28:31 +0200 invoke_oracle: do not keep theory value, but theory_ref;
wenzelm [Thu, 14 Jul 2005 19:28:31 +0200] rev 16847
invoke_oracle: do not keep theory value, but theory_ref;
Thu, 14 Jul 2005 19:28:29 +0200 occs no longer infix (structure not open);
wenzelm [Thu, 14 Jul 2005 19:28:29 +0200] rev 16846
occs no longer infix (structure not open);
Thu, 14 Jul 2005 19:28:28 +0200 NameSpace.dest_table avoids duplicated extern;
wenzelm [Thu, 14 Jul 2005 19:28:28 +0200] rev 16845
NameSpace.dest_table avoids duplicated extern;
Thu, 14 Jul 2005 19:28:26 +0200 with_path;
wenzelm [Thu, 14 Jul 2005 19:28:26 +0200] rev 16844
with_path;
Thu, 14 Jul 2005 19:28:25 +0200 removed mk_prodT, mk_not (cf. HOL/hologic.ML);
wenzelm [Thu, 14 Jul 2005 19:28:25 +0200] rev 16843
removed mk_prodT, mk_not (cf. HOL/hologic.ML); tuned;
Thu, 14 Jul 2005 19:28:24 +0200 tuned;
wenzelm [Thu, 14 Jul 2005 19:28:24 +0200] rev 16842
tuned;
Thu, 14 Jul 2005 19:28:23 +0200 use all files in HOLCF.thy;
wenzelm [Thu, 14 Jul 2005 19:28:23 +0200] rev 16841
use all files in HOLCF.thy;
Thu, 14 Jul 2005 19:28:22 +0200 replaced Utils.itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:22 +0200] rev 16840
replaced Utils.itlist by fold_rev;
Thu, 14 Jul 2005 19:28:21 +0200 proper structure;
wenzelm [Thu, 14 Jul 2005 19:28:21 +0200] rev 16839
proper structure;
Thu, 14 Jul 2005 19:28:20 +0200 use existing Inttab;
wenzelm [Thu, 14 Jul 2005 19:28:20 +0200] rev 16838
use existing Inttab;
Thu, 14 Jul 2005 19:28:19 +0200 improved oracle setup;
wenzelm [Thu, 14 Jul 2005 19:28:19 +0200] rev 16837
improved oracle setup; replace itlist by fold_rev; replace end_itlist by Utils.end_itlist;
Thu, 14 Jul 2005 19:28:18 +0200 improved oracle setup;
wenzelm [Thu, 14 Jul 2005 19:28:18 +0200] rev 16836
improved oracle setup;
Thu, 14 Jul 2005 19:28:17 +0200 removed not_const -- use Not instead;
wenzelm [Thu, 14 Jul 2005 19:28:17 +0200] rev 16835
removed not_const -- use Not instead; add mk_not;
Thu, 14 Jul 2005 19:28:16 +0200 HOL.Not;
wenzelm [Thu, 14 Jul 2005 19:28:16 +0200] rev 16834
HOL.Not; tuned;
Thu, 14 Jul 2005 19:28:15 +0200 HOL.Not;
wenzelm [Thu, 14 Jul 2005 19:28:15 +0200] rev 16833
HOL.Not;
Thu, 14 Jul 2005 19:28:14 +0200 new type-safe interface;
wenzelm [Thu, 14 Jul 2005 19:28:14 +0200] rev 16832
new type-safe interface; added method example;
Thu, 14 Jul 2005 19:28:13 +0200 removed FOL/ex/IffOracle.ML;
wenzelm [Thu, 14 Jul 2005 19:28:13 +0200] rev 16831
removed FOL/ex/IffOracle.ML;
Thu, 14 Jul 2005 19:28:12 +0200 obsolete;
wenzelm [Thu, 14 Jul 2005 19:28:12 +0200] rev 16830
obsolete;
Thu, 14 Jul 2005 19:28:12 +0200 improved 'oracle' command;
wenzelm [Thu, 14 Jul 2005 19:28:12 +0200] rev 16829
improved 'oracle' command;
Thu, 14 Jul 2005 17:21:35 +0200 tuned;
wenzelm [Thu, 14 Jul 2005 17:21:35 +0200] rev 16828
tuned;
Thu, 14 Jul 2005 17:16:52 +0200 accomodate change of real_of_XXX;
wenzelm [Thu, 14 Jul 2005 17:16:52 +0200] rev 16827
accomodate change of real_of_XXX;
Thu, 14 Jul 2005 14:05:48 +0200 - fixed bug concerning the renaming of axiom names
obua [Thu, 14 Jul 2005 14:05:48 +0200] rev 16826
- fixed bug concerning the renaming of axiom names - introduced new function Defs.fast_overloading_info
Thu, 14 Jul 2005 10:48:19 +0200 added ` combinator
haftmann [Thu, 14 Jul 2005 10:48:19 +0200] rev 16825
added ` combinator
Thu, 14 Jul 2005 10:32:01 +0200 (fix for smlnj)
haftmann [Thu, 14 Jul 2005 10:32:01 +0200] rev 16824
(fix for smlnj)
Thu, 14 Jul 2005 01:04:30 +0200 simplified proof of cont_Iwhen3
huffman [Thu, 14 Jul 2005 01:04:30 +0200] rev 16823
simplified proof of cont_Iwhen3
Wed, 13 Jul 2005 20:53:26 +0200 avoiding even more garbage
schirmer [Wed, 13 Jul 2005 20:53:26 +0200] rev 16822
avoiding even more garbage
Wed, 13 Jul 2005 20:07:01 +0200 Update PGIP packet handling, fixing unique session identifier.
aspinall [Wed, 13 Jul 2005 20:07:01 +0200] rev 16821
Update PGIP packet handling, fixing unique session identifier.
Wed, 13 Jul 2005 20:02:54 +0200 fixed typos in theorem names
avigad [Wed, 13 Jul 2005 20:02:54 +0200] rev 16820
fixed typos in theorem names
Wed, 13 Jul 2005 19:49:07 +0200 Additions to the Real (and Hyperreal) libraries:
avigad [Wed, 13 Jul 2005 19:49:07 +0200] rev 16819
Additions to the Real (and Hyperreal) libraries: RealDef.thy: lemmas relating nats, ints, and reals reversed direction of real_of_int_mult, etc. (now they agree with nat versions) SEQ.thy and Series.thy: various additions RComplete.thy: lemmas involving floor and ceiling introduced natfloor and natceiling Log.thy: various additions
Wed, 13 Jul 2005 16:47:23 +0200 tidied
paulson [Wed, 13 Jul 2005 16:47:23 +0200] rev 16818
tidied
Wed, 13 Jul 2005 16:32:15 +0200 Add ISABELLE_PID for proof_general.ML
aspinall [Wed, 13 Jul 2005 16:32:15 +0200] rev 16817
Add ISABELLE_PID for proof_general.ML
Wed, 13 Jul 2005 16:08:21 +0200 tuned msg;
wenzelm [Wed, 13 Jul 2005 16:08:21 +0200] rev 16816
tuned msg;
Wed, 13 Jul 2005 16:07:37 +0200 added print_state_hook;
wenzelm [Wed, 13 Jul 2005 16:07:37 +0200] rev 16815
added print_state_hook; renamed proof'' to actual_proof; tuned;
Wed, 13 Jul 2005 16:07:36 +0200 export previous;
wenzelm [Wed, 13 Jul 2005 16:07:36 +0200] rev 16814
export previous;
Wed, 13 Jul 2005 16:07:35 +0200 removed ad-hoc atp_hook, cal_atp;
wenzelm [Wed, 13 Jul 2005 16:07:35 +0200] rev 16813
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;
Wed, 13 Jul 2005 16:07:34 +0200 Toplevel.actual_proof;
wenzelm [Wed, 13 Jul 2005 16:07:34 +0200] rev 16812
Toplevel.actual_proof;
Wed, 13 Jul 2005 16:07:33 +0200 avoid excessive exceptions;
wenzelm [Wed, 13 Jul 2005 16:07:33 +0200] rev 16811
avoid excessive exceptions;
Wed, 13 Jul 2005 16:07:32 +0200 Graph: fast_string_ord;
wenzelm [Wed, 13 Jul 2005 16:07:32 +0200] rev 16810
Graph: fast_string_ord;
Wed, 13 Jul 2005 16:07:30 +0200 export eq_brl;
wenzelm [Wed, 13 Jul 2005 16:07:30 +0200] rev 16809
export eq_brl;
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip