wenzelm [Tue, 05 Oct 1999 15:32:47 +0200] rev 7724
moved stuff to present.ML;
wenzelm [Tue, 05 Oct 1999 15:32:26 +0200] rev 7723
added Thy/latex.ML;
removed Thy/browser_info.ML;
use "../Isar/outer_lex.ML";
berghofe [Tue, 05 Oct 1999 15:32:16 +0200] rev 7722
Got rid of readtm.
berghofe [Tue, 05 Oct 1999 15:31:42 +0200] rev 7721
Tuned inductive definition.
wenzelm [Tue, 05 Oct 1999 15:31:39 +0200] rev 7720
updated;
wenzelm [Tue, 05 Oct 1999 15:30:58 +0200] rev 7719
added Thy/latex.ML;
removed Thy/browser_info.ML (stuff now in Thy/present.ML);
wenzelm [Tue, 05 Oct 1999 15:30:14 +0200] rev 7718
Present.setup;
berghofe [Tue, 05 Oct 1999 15:29:46 +0200] rev 7717
Added attribute rulify_prems (useful for modifying premises of introduction
rules of inductive sets).
wenzelm [Tue, 05 Oct 1999 15:29:36 +0200] rev 7716
added copy_all;
removed source;
wenzelm [Tue, 05 Oct 1999 15:28:37 +0200] rev 7715
clear: int arg;
wenzelm [Tue, 05 Oct 1999 15:26:10 +0200] rev 7714
added position;
berghofe [Tue, 05 Oct 1999 15:25:52 +0200] rev 7713
Additional rules for inductive package.
wenzelm [Tue, 05 Oct 1999 15:25:35 +0200] rev 7712
added untabify;
berghofe [Tue, 05 Oct 1999 15:24:58 +0200] rev 7711
Rule not_not is now stored in theory (needed by Inductive).
berghofe [Tue, 05 Oct 1999 15:23:22 +0200] rev 7710
Monotonicity rules for inductive definitions can now be added to a theory via
attribute "mono".
wenzelm [Tue, 05 Oct 1999 14:11:34 +0200] rev 7709
macros for Isabelle generated LaTeX output;
wenzelm [Mon, 04 Oct 1999 21:48:59 +0200] rev 7708
arithmetic now in IntArith;
wenzelm [Mon, 04 Oct 1999 21:48:23 +0200] rev 7707
simprocs now in IntArith;
wenzelm [Mon, 04 Oct 1999 21:47:16 +0200] rev 7706
IntArith;
wenzelm [Mon, 04 Oct 1999 21:46:49 +0200] rev 7705
Tools/typedef_package.ML;
wenzelm [Mon, 04 Oct 1999 21:46:13 +0200] rev 7704
eliminated ap/app;
wenzelm [Mon, 04 Oct 1999 21:45:10 +0200] rev 7703
proper dependencies of all theories and packages;
wenzelm [Mon, 04 Oct 1999 21:44:28 +0200] rev 7702
removed DatatypePackage.setup;
wenzelm [Mon, 04 Oct 1999 21:44:07 +0200] rev 7701
load / setup recdef package (TFL);
wenzelm [Mon, 04 Oct 1999 21:43:45 +0200] rev 7700
load / setup datatype package;
wenzelm [Mon, 04 Oct 1999 21:43:05 +0200] rev 7699
removed TFL/sys.sml;
removed Integ/simproc.ML, Integ/bin_simprocs.ML;
added Integ/IntArith.ML, Integ/IntArith.thy;
wenzelm [Mon, 04 Oct 1999 21:41:19 +0200] rev 7698
obsolete;
wenzelm [Mon, 04 Oct 1999 21:41:09 +0200] rev 7697
renamed 'prefix' to 'prfx' (avoids clash with infix);
wenzelm [Mon, 04 Oct 1999 21:39:36 +0200] rev 7696
tuned;
wenzelm [Mon, 04 Oct 1999 21:39:10 +0200] rev 7695
mk_frees, assume_read moved here;
FOLogic.mk_conj, FOLogic.mk_disj;