wenzelm [Fri, 15 Jul 2005 15:44:19 +0200] rev 16864
tuned min_key, max_key;
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,
wenzelm [Fri, 15 Jul 2005 15:44:17 +0200] rev 16862
tuned;
wenzelm [Fri, 15 Jul 2005 15:44:15 +0200] rev 16861
tuned fold on terms;
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;
obua [Fri, 15 Jul 2005 15:35:28 +0200] rev 16859
optimize no_types_needed, remove exception handler
wenzelm [Fri, 15 Jul 2005 11:26:22 +0200] rev 16858
tuned;
dixon [Thu, 14 Jul 2005 20:32:37 +0200] rev 16857
lucas - slightly cleaned up. Removed redudent copy of Symtab structure.
wenzelm [Thu, 14 Jul 2005 19:29:00 +0200] rev 16856
* Improved 'oracle' command -- type-safe;
wenzelm [Thu, 14 Jul 2005 19:28:40 +0200] rev 16855
no open Logic;
wenzelm [Thu, 14 Jul 2005 19:28:39 +0200] rev 16854
removed itlist, rev_itlist -- use fold_rev, fold instead;
improved end_itlist;
wenzelm [Thu, 14 Jul 2005 19:28:38 +0200] rev 16853
replaced itlist by fold_rev;
replaced rev_itlist by fold;
wenzelm [Thu, 14 Jul 2005 19:28:37 +0200] rev 16852
replaced itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:36 +0200] rev 16851
use sys_error instead of exception Internal;
actually use Termtab;
tuned;
wenzelm [Thu, 14 Jul 2005 19:28:34 +0200] rev 16850
sys_error;
wenzelm [Thu, 14 Jul 2005 19:28:33 +0200] rev 16849
type-safe 'oracle' command;
wenzelm [Thu, 14 Jul 2005 19:28:32 +0200] rev 16848
added dest_table;
wenzelm [Thu, 14 Jul 2005 19:28:31 +0200] rev 16847
invoke_oracle: do not keep theory value, but theory_ref;
wenzelm [Thu, 14 Jul 2005 19:28:29 +0200] rev 16846
occs no longer infix (structure not open);
wenzelm [Thu, 14 Jul 2005 19:28:28 +0200] rev 16845
NameSpace.dest_table avoids duplicated extern;
wenzelm [Thu, 14 Jul 2005 19:28:26 +0200] rev 16844
with_path;
wenzelm [Thu, 14 Jul 2005 19:28:25 +0200] rev 16843
removed mk_prodT, mk_not (cf. HOL/hologic.ML);
tuned;
wenzelm [Thu, 14 Jul 2005 19:28:24 +0200] rev 16842
tuned;
wenzelm [Thu, 14 Jul 2005 19:28:23 +0200] rev 16841
use all files in HOLCF.thy;
wenzelm [Thu, 14 Jul 2005 19:28:22 +0200] rev 16840
replaced Utils.itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:21 +0200] rev 16839
proper structure;
wenzelm [Thu, 14 Jul 2005 19:28:20 +0200] rev 16838
use existing Inttab;
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;
wenzelm [Thu, 14 Jul 2005 19:28:18 +0200] rev 16836
improved oracle setup;
wenzelm [Thu, 14 Jul 2005 19:28:17 +0200] rev 16835
removed not_const -- use Not instead;
add mk_not;
wenzelm [Thu, 14 Jul 2005 19:28:16 +0200] rev 16834
HOL.Not;
tuned;
wenzelm [Thu, 14 Jul 2005 19:28:15 +0200] rev 16833
HOL.Not;
wenzelm [Thu, 14 Jul 2005 19:28:14 +0200] rev 16832
new type-safe interface;
added method example;
wenzelm [Thu, 14 Jul 2005 19:28:13 +0200] rev 16831
removed FOL/ex/IffOracle.ML;
wenzelm [Thu, 14 Jul 2005 19:28:12 +0200] rev 16830
obsolete;
wenzelm [Thu, 14 Jul 2005 19:28:12 +0200] rev 16829
improved 'oracle' command;
wenzelm [Thu, 14 Jul 2005 17:21:35 +0200] rev 16828
tuned;
wenzelm [Thu, 14 Jul 2005 17:16:52 +0200] rev 16827
accomodate change of real_of_XXX;
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
haftmann [Thu, 14 Jul 2005 10:48:19 +0200] rev 16825
added ` combinator
haftmann [Thu, 14 Jul 2005 10:32:01 +0200] rev 16824
(fix for smlnj)
huffman [Thu, 14 Jul 2005 01:04:30 +0200] rev 16823
simplified proof of cont_Iwhen3
schirmer [Wed, 13 Jul 2005 20:53:26 +0200] rev 16822
avoiding even more garbage
aspinall [Wed, 13 Jul 2005 20:07:01 +0200] rev 16821
Update PGIP packet handling, fixing unique session identifier.
avigad [Wed, 13 Jul 2005 20:02:54 +0200] rev 16820
fixed typos in theorem names
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
paulson [Wed, 13 Jul 2005 16:47:23 +0200] rev 16818
tidied
aspinall [Wed, 13 Jul 2005 16:32:15 +0200] rev 16817
Add ISABELLE_PID for proof_general.ML
wenzelm [Wed, 13 Jul 2005 16:08:21 +0200] rev 16816
tuned msg;
wenzelm [Wed, 13 Jul 2005 16:07:37 +0200] rev 16815
added print_state_hook;
renamed proof'' to actual_proof;
tuned;
wenzelm [Wed, 13 Jul 2005 16:07:36 +0200] rev 16814
export previous;
wenzelm [Wed, 13 Jul 2005 16:07:35 +0200] rev 16813
removed ad-hoc atp_hook, cal_atp;
removed depth_of;
tuned;
wenzelm [Wed, 13 Jul 2005 16:07:34 +0200] rev 16812
Toplevel.actual_proof;
wenzelm [Wed, 13 Jul 2005 16:07:33 +0200] rev 16811
avoid excessive exceptions;
wenzelm [Wed, 13 Jul 2005 16:07:32 +0200] rev 16810
Graph: fast_string_ord;
wenzelm [Wed, 13 Jul 2005 16:07:30 +0200] rev 16809
export eq_brl;