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;
wenzelm [Wed, 13 Jul 2005 16:07:29 +0200] rev 16808
added subtract;
improved interface;
tuned;
wenzelm [Wed, 13 Jul 2005 16:07:28 +0200] rev 16807
export eq_rrule;
improved Net interface;
wenzelm [Wed, 13 Jul 2005 16:07:27 +0200] rev 16806
removed obsolete delta stuff;
wenzelm [Wed, 13 Jul 2005 16:07:26 +0200] rev 16805
open ReconPrelim Recon_Transfer;
wenzelm [Wed, 13 Jul 2005 16:07:25 +0200] rev 16804
open ReconPrelim ReconTranslateProof;
removed second copy of exception ASSERTION;
wenzelm [Wed, 13 Jul 2005 16:07:24 +0200] rev 16803
tuned;
wenzelm [Wed, 13 Jul 2005 16:07:23 +0200] rev 16802
use Toplevel.print_state_hook instead of adhoc Proof.atp_hook;
added call_atp: bool ref;
do 'setmp print_mode []', which is more robust than manual ref manipulation;
added subtract_simpset, subtract_claset (supercede delta approximation);