wenzelm [Thu, 30 Oct 1997 17:04:54 +0100] rev 4049
tuned thy_data;
wenzelm [Thu, 30 Oct 1997 17:01:50 +0100] rev 4048
tuned init_data;
wenzelm [Thu, 30 Oct 1997 17:00:34 +0100] rev 4047
added thy_data;
wenzelm [Thu, 30 Oct 1997 16:59:56 +0100] rev 4046
added merge_opts: ('a * 'a -> 'a) -> 'a option * 'a option -> 'a option;
nipkow [Thu, 30 Oct 1997 16:57:09 +0100] rev 4045
Modified trace output routines of simplifier.
oheimb [Thu, 30 Oct 1997 14:19:17 +0100] rev 4044
domain package:
* minor changes to some names and values (for consistency),
e.g. cases -> casedist, dists_eq -> dist_eqs,
[take_lemma] -> take_lemmas
oheimb [Thu, 30 Oct 1997 14:19:01 +0100] rev 4043
domain package:
* theorems are stored in the theory
* creates hierachical name space
* minor changes to some names and values (for consistency),
e.g. cases -> casedist, dists_eq -> dist_eqs,
[take_lemma] -> take_lemmas
* separator between mutual domain definitions changed from "," to "and"
* minor debugging of Domain_Library.mk_var_names
oheimb [Thu, 30 Oct 1997 14:18:14 +0100] rev 4042
domain package:
* minor changes to some names and values (for consistency),
e.g. cases -> casedist, dists_eq -> dist_eqs,
[take_lemma] -> take_lemmas
oheimb [Thu, 30 Oct 1997 14:17:33 +0100] rev 4041
domain package:
* theorems are stored in the theory
* creates hierachical name space
* minor changes to some names and values (for consistency),
e.g. cases -> casedist, dists_eq -> dist_eqs,
[take_lemma] -> take_lemmas
* separator between mutual domain definitions changed from "," to "and"
* minor debugging of Domain_Library.mk_var_names
wenzelm [Thu, 30 Oct 1997 11:43:32 +0100] rev 4040
PureThy.add_store_defs_i, PureThy.add_store_axioms;
wenzelm [Thu, 30 Oct 1997 11:19:57 +0100] rev 4039
fixed try_dest_adm;
tuned;
wenzelm [Thu, 30 Oct 1997 10:50:04 +0100] rev 4038
added adm.ML;
wenzelm [Thu, 30 Oct 1997 10:01:46 +0100] rev 4037
tuned;
wenzelm [Thu, 30 Oct 1997 09:59:38 +0100] rev 4036
tuned simp trace;
nipkow [Thu, 30 Oct 1997 09:54:47 +0100] rev 4035
*** empty log message ***
nipkow [Thu, 30 Oct 1997 09:47:26 +0100] rev 4034
Removed spurious blank.
Updated proof because of HOL change.
nipkow [Thu, 30 Oct 1997 09:46:11 +0100] rev 4033
Updated proofs
nipkow [Thu, 30 Oct 1997 09:45:03 +0100] rev 4032
For each datatype `t' there is now a theorem `split_t_case' of the form
P(t_case f1 ... fn x) = ((!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1))&
...
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)))
The simplifier now reduces !x. (..x.. & x = t & ..x..) --> P x
to (..t.. & ..t..) --> P t
(and similarly for t=x).
wenzelm [Wed, 29 Oct 1997 16:03:19 +0100] rev 4031
fixed spaces in qed;
oheimb [Wed, 29 Oct 1997 14:23:49 +0100] rev 4030
debugging concerning sort variables
theorems are now proved immediately after generating the syntax
wenzelm [Tue, 28 Oct 1997 17:58:35 +0100] rev 4029
PureThy.add_store_axioms_i;
wenzelm [Tue, 28 Oct 1997 17:58:08 +0100] rev 4028
PureThy.add_store_defs_i, PureThy.add_store_axioms_i;
wenzelm [Tue, 28 Oct 1997 17:56:57 +0100] rev 4027
PureThy.add_store_defs_i;
wenzelm [Tue, 28 Oct 1997 17:56:15 +0100] rev 4026
PureThy.add_store_axioms;
wenzelm [Tue, 28 Oct 1997 17:41:40 +0100] rev 4025
fixed qed;
wenzelm [Tue, 28 Oct 1997 17:41:15 +0100] rev 4024
do not change global_names flag;
wenzelm [Tue, 28 Oct 1997 17:37:46 +0100] rev 4023
restructured -- uses PureThy storage facilities;
wenzelm [Tue, 28 Oct 1997 17:36:16 +0100] rev 4022
added ignored_consts, thms_containing, add_store_axioms(_i),
add_store_defs(_i), thms_of;
tuned pure thys;
wenzelm [Tue, 28 Oct 1997 17:34:12 +0100] rev 4021
always reload .ML *and* .thy file;
wenzelm [Tue, 28 Oct 1997 17:32:38 +0100] rev 4020
PureThy.add_store_defs, PureThy.add_store_axioms;