wenzelm [Wed, 09 Aug 2000 20:59:23 +0200] rev 9563
fixed classification of rules in atts and modifiers (final!?);
wenzelm [Wed, 09 Aug 2000 20:46:58 +0200] rev 9562
fixed mk_cases_i: TRYALL InductMethod.simp_case_tac;
wenzelm [Wed, 09 Aug 2000 20:43:03 +0200] rev 9561
thms "atomize";
bauerg [Wed, 09 Aug 2000 17:10:41 +0200] rev 9560
tuned;
kleing [Wed, 09 Aug 2000 11:53:00 +0200] rev 9559
tuned
wenzelm [Tue, 08 Aug 2000 16:57:44 +0200] rev 9558
token translation: enclose "\\mbox{" "}";
oheimb [Tue, 08 Aug 2000 16:39:34 +0200] rev 9557
added Example
oheimb [Tue, 08 Aug 2000 14:15:24 +0200] rev 9556
moved Hoare_example to Examples; other minor improvements
berghofe [Tue, 08 Aug 2000 13:23:45 +0200] rev 9555
Deleted unneeded proof; simplified proof of app_last.
wenzelm [Tue, 08 Aug 2000 01:26:34 +0200] rev 9554
added forall_elim_vars_safe, norm_hhf_eq;
wenzelm [Tue, 08 Aug 2000 01:17:59 +0200] rev 9553
norm_hhf results;
wenzelm [Tue, 08 Aug 2000 01:17:28 +0200] rev 9552
prf_heading kind;
kleing [Mon, 07 Aug 2000 14:34:26 +0200] rev 9551
MicroJava structure changed
kleing [Mon, 07 Aug 2000 14:34:03 +0200] rev 9550
Invoke instruction gets fully qualified method name (class+name+sig) as
in Sun's JVM spec
kleing [Mon, 07 Aug 2000 14:32:56 +0200] rev 9549
BV and LBV specified in terms of app and step functions
paulson [Mon, 07 Aug 2000 10:29:54 +0200] rev 9548
instantiated Cancel_Numerals for "nat" in ZF
paulson [Mon, 07 Aug 2000 10:29:04 +0200] rev 9547
more cterm operations: mk_implies, list_implies
paulson [Mon, 07 Aug 2000 10:28:32 +0200] rev 9546
prove_conv gets an extra argument, so the ZF instantiation can use hyps
paulson [Mon, 07 Aug 2000 10:27:35 +0200] rev 9545
tidied
paulson [Mon, 07 Aug 2000 10:27:11 +0200] rev 9544
added a dummy "thm list" argument to prove_conv for the new interface to
Cancel_Numerals
paulson [Mon, 07 Aug 2000 10:26:02 +0200] rev 9543
new abstract syntax operations, used in ZF
paulson [Mon, 07 Aug 2000 10:25:12 +0200] rev 9542
ZF arith
nipkow [Sun, 06 Aug 2000 15:26:53 +0200] rev 9541
*** empty log message ***
wenzelm [Fri, 04 Aug 2000 23:02:11 +0200] rev 9540
dummy_patterns moved to term.ML;
wenzelm [Fri, 04 Aug 2000 23:01:39 +0200] rev 9539
added goal_args(');
added "cut_tac", "thin_tac", "rename_tac";
renamed inst tactics;
inst syntax: include empty inst;
wenzelm [Fri, 04 Aug 2000 23:00:15 +0200] rev 9538
added int;
wenzelm [Fri, 04 Aug 2000 23:00:01 +0200] rev 9537
axioms: Term.no_dummy_patterns;
wenzelm [Fri, 04 Aug 2000 22:59:33 +0200] rev 9536
added dummy_patternN, no_dummy_patterns, replace_dummy_patterns;
wenzelm [Fri, 04 Aug 2000 22:59:08 +0200] rev 9535
added rename_params_tac;
wenzelm [Fri, 04 Aug 2000 22:58:53 +0200] rev 9534
dummy_pattern moved to term.ML;