wenzelm [Fri, 07 Feb 1997 17:14:33 +0100] rev 2598
tuned;
removed ISABELLE_SYMBOLS;
nipkow [Fri, 07 Feb 1997 14:15:35 +0100] rev 2597
Modified proofs due to added triv_forall_equality.
nipkow [Fri, 07 Feb 1997 14:13:58 +0100] rev 2596
Modified proofs because of added "triv_forall_equality".
nipkow [Fri, 07 Feb 1997 14:13:20 +0100] rev 2595
Added "triv_forall_equality" to HOL_ss.
wenzelm [Thu, 06 Feb 1997 18:40:39 +0100] rev 2594
functionality added to getsettings;
wenzelm [Thu, 06 Feb 1997 18:40:23 +0100] rev 2593
removed getplatform, ISABELLE_OUTPUT_DIR;
wenzelm [Thu, 06 Feb 1997 18:33:50 +0100] rev 2592
removed getplatform, ISABELLE_OUTPUT_DIR;
wenzelm [Thu, 06 Feb 1997 18:31:27 +0100] rev 2591
removed getplatform;
wenzelm [Thu, 06 Feb 1997 18:27:47 +0100] rev 2590
integrated getplatform stuff;
added ISABELLE_OUTPUT_DIR;
wenzelm [Thu, 06 Feb 1997 18:22:59 +0100] rev 2589
now falls back on ucat instead of cat;
wenzelm [Thu, 06 Feb 1997 18:22:21 +0100] rev 2588
improved usage msg;
wenzelm [Thu, 06 Feb 1997 17:52:40 +0100] rev 2587
added eq_sort (will move to sorts.ML eventually);
added get_sort (handles constraints / defaults);
attach_types: adapted to new get_sort;
wenzelm [Thu, 06 Feb 1997 17:47:19 +0100] rev 2586
adapted to new Syntax.read_typ;
wenzelm [Thu, 06 Feb 1997 17:46:22 +0100] rev 2585
adapted read_typ, simple_read_typ;
wenzelm [Thu, 06 Feb 1997 17:44:14 +0100] rev 2584
improved comments;
raw_term_sorts: improved handling of sort constraints (consistency);
added term_of_sort;
renamed "_emptysort" to "_topsort";
preparations for marking of class idts;
wenzelm [Thu, 06 Feb 1997 17:25:17 +0100] rev 2583
added string_of_vname' (treats neg. index as free);
wenzelm [Thu, 06 Feb 1997 17:24:05 +0100] rev 2582
cd made readably again;
wenzelm [Wed, 05 Feb 1997 09:56:06 +0100] rev 2581
tuned;
paulson [Tue, 04 Feb 1997 10:33:58 +0100] rev 2580
Gradual switching to Basis Library functions nth, drop, etc.
wenzelm [Tue, 04 Feb 1997 08:59:50 +0100] rev 2579
now uses tee -i instead of perl;
wenzelm [Tue, 04 Feb 1997 08:59:17 +0100] rev 2578
now uses ISABELLE_INSTALLFONTS;
wenzelm [Tue, 04 Feb 1997 08:58:47 +0100] rev 2577
added ISABELLE_INSTALLFONTS;
paulson [Fri, 31 Jan 1997 17:51:42 +0100] rev 2576
Declaration of ccontr (classical contradiction) for HOL compatibility
paulson [Fri, 31 Jan 1997 17:50:47 +0100] rev 2575
Correction to Problem 24
paulson [Fri, 31 Jan 1997 17:17:10 +0100] rev 2574
Correction to Problem 24
paulson [Fri, 31 Jan 1997 17:15:55 +0100] rev 2573
Correction to Problem 24 (with unsatisfactory proof)
paulson [Fri, 31 Jan 1997 17:13:19 +0100] rev 2572
ex_impE was incorrectly listed as Safe
oheimb [Fri, 31 Jan 1997 16:57:45 +0100] rev 2571
reflecting the changes made in HOLCF/ex and HOLCF/explicit_domains
oheimb [Fri, 31 Jan 1997 16:56:32 +0100] rev 2570
added Classlib.* and Witness.*,
moved (and updated) Coind.*, Dagstuhl.*, Dlist.*, Dnat.*, Focus_ex.*
and Stream.* from HOLCF/explicit_domains to here
adapted several proofs; now they work again.
Hope that the following strange errors (when committing) do not matter:
rlog error: RCS/Classlib.ML,v: No such file or directory
rlog error: RCS/Classlib.thy,v: No such file or directory
rlog error: RCS/Coind.ML,v: No such file or directory
rlog error: RCS/Coind.thy,v: No such file or directory
rlog error: RCS/Dagstuhl.ML,v: No such file or directory
rlog error: RCS/Dagstuhl.thy,v: No such file or directory
rlog error: RCS/Dlist.ML,v: No such file or directory
rlog error: RCS/Dlist.thy,v: No such file or directory
rlog error: RCS/Dnat.ML,v: No such file or directory
rlog error: RCS/Dnat.thy,v: No such file or directory
rlog error: RCS/Focus_ex.ML,v: No such file or directory
rlog error: RCS/Focus_ex.thy,v: No such file or directory
rlog error: RCS/Stream.ML,v: No such file or directory
rlog error: RCS/Stream.thy,v: No such file or directory
rlog error: RCS/Witness.ML,v: No such file or directory
rlog error: RCS/Witness.thy,v: No such file or directory
oheimb [Fri, 31 Jan 1997 16:51:58 +0100] rev 2569
moved Coind.*, Dagstuhl.*, Focus_ex.* to HOLCF/ex,
marked the remaining files as obsolete (new versions in HOLCF/ex)
oheimb [Fri, 31 Jan 1997 16:39:27 +0100] rev 2568
added def_fix_ind and def_wfix_ind for convenience
oheimb [Fri, 31 Jan 1997 15:54:00 +0100] rev 2567
added addloop (and also documentation of addsolver
oheimb [Fri, 31 Jan 1997 13:57:33 +0100] rev 2566
changed handling of cont_lemmas and adm_lemmas
wenzelm [Wed, 29 Jan 1997 15:58:17 +0100] rev 2565
fixed getplatform call;
wenzelm [Wed, 29 Jan 1997 15:45:40 +0100] rev 2564
removed warning for unprintable chars in strings (functionality will
be put into administrative script);
paulson [Wed, 29 Jan 1997 15:34:23 +0100] rev 2563
The redeclaration of qed_spec_mp is unnecessary because it is now declared
in HOL/thy_data.ML
paulson [Wed, 29 Jan 1997 15:32:18 +0100] rev 2562
Moved qed_spec_mp, etc., from HOL.ML to thy_data.ML so that they work
properly in children databases
wenzelm [Tue, 28 Jan 1997 16:21:15 +0100] rev 2561
fixed problems with strange user .bashrc etc. (stty, ...);
paulson [Mon, 27 Jan 1997 15:29:39 +0100] rev 2560
Tidied unicity theorems
paulson [Mon, 27 Jan 1997 15:06:21 +0100] rev 2559
deepen_tac is NOT complete when made to apply "spec" as a safe rule\!\!
paulson [Mon, 27 Jan 1997 15:04:05 +0100] rev 2558
Corrected faulty comment
paulson [Mon, 27 Jan 1997 15:01:17 +0100] rev 2557
More news items, dating back to 1995
wenzelm [Mon, 27 Jan 1997 09:08:54 +0100] rev 2556
*** empty log message ***
wenzelm [Fri, 24 Jan 1997 18:36:30 +0100] rev 2555
*** empty log message ***
wenzelm [Fri, 24 Jan 1997 18:24:04 +0100] rev 2554
*** empty log message ***
wenzelm [Fri, 24 Jan 1997 17:37:59 +0100] rev 2553
Isabelle NEWS -- history of user-visible changes;
wenzelm [Fri, 24 Jan 1997 17:12:28 +0100] rev 2552
changed case symbol to \<Rightarrow>;
wenzelm [Thu, 23 Jan 1997 18:16:12 +0100] rev 2551
'rm -f' instead of 'mv -f';
paulson [Thu, 23 Jan 1997 18:14:20 +0100] rev 2550
Re-ordering of certificates so that session keys appear in decreasing order
paulson [Thu, 23 Jan 1997 18:13:07 +0100] rev 2549
Cosmetic improvements
wenzelm [Thu, 23 Jan 1997 18:10:29 +0100] rev 2548
'rm -f' instead of 'cp -f';
wenzelm [Thu, 23 Jan 1997 14:37:45 +0100] rev 2547
tuned;
wenzelm [Thu, 23 Jan 1997 14:35:15 +0100] rev 2546
expand shorthand goal commands;
wenzelm [Thu, 23 Jan 1997 14:19:16 +0100] rev 2545
added AxClasses test;
wenzelm [Thu, 23 Jan 1997 14:05:42 +0100] rev 2544
replaces README;
wenzelm [Thu, 23 Jan 1997 13:57:31 +0100] rev 2543
dummy file required for proper HTML generation;
wenzelm [Thu, 23 Jan 1997 13:56:50 +0100] rev 2542
removed;
wenzelm [Thu, 23 Jan 1997 12:55:31 +0100] rev 2541
removed \<mu> syntax;
wenzelm [Thu, 23 Jan 1997 12:42:07 +0100] rev 2540
added symbols syntax;
wenzelm [Thu, 23 Jan 1997 10:40:21 +0100] rev 2539
turned some consts into syntax;