paulson [Fri, 01 May 1998 11:23:04 +0200] rev 4879
"let" is no longer restricted to FOL terms and allows any logical terms
paulson [Fri, 01 May 1998 11:22:09 +0200] rev 4878
Let.ML and Let.thy had been omitted
wenzelm [Thu, 30 Apr 1998 17:16:25 +0200] rev 4877
fixed simpset(), claset();
wenzelm [Wed, 29 Apr 1998 11:46:42 +0200] rev 4876
moved records data to Tools/record_package.ML;
tuned setup;
wenzelm [Wed, 29 Apr 1998 11:45:41 +0200] rev 4875
nontermials;
wenzelm [Wed, 29 Apr 1998 11:45:16 +0200] rev 4874
Theory.require;
adapted to new PureThy.add_defs_i, PureThy.add_axioms;
wenzelm [Wed, 29 Apr 1998 11:44:30 +0200] rev 4873
TypedefPackage.add_typedef;
RecordPackage.add_record;
wenzelm [Wed, 29 Apr 1998 11:43:53 +0200] rev 4872
Theory.require;
wenzelm [Wed, 29 Apr 1998 11:43:34 +0200] rev 4871
Logic.mk_defpair;
adapted to new PureThy.add_defs_i;
wenzelm [Wed, 29 Apr 1998 11:42:04 +0200] rev 4870
Extensible records with structural subtyping in HOL. See
Tools/record_package.ML for the actual implementation.
wenzelm [Wed, 29 Apr 1998 11:41:36 +0200] rev 4869
new theory section 'setup';
wenzelm [Wed, 29 Apr 1998 11:41:08 +0200] rev 4868
nonterminals;
tuned setup;
wenzelm [Wed, 29 Apr 1998 11:40:37 +0200] rev 4867
package extensible records with structural subtyping in HOL -- still
experimental version;
wenzelm [Wed, 29 Apr 1998 11:39:52 +0200] rev 4866
renamed from typedef.ML;
wenzelm [Wed, 29 Apr 1998 11:39:28 +0200] rev 4865
reworked and moved to Tools/record_package.ML;
wenzelm [Wed, 29 Apr 1998 11:38:52 +0200] rev 4864
removed typedef.ML, record.ML;
added Tools/typedef_package.ML, Tools/record_package.ML, Record.thy;
wenzelm [Wed, 29 Apr 1998 11:37:58 +0200] rev 4863
renamed to Tools/typedef_package.ML;
wenzelm [Wed, 29 Apr 1998 11:36:53 +0200] rev 4862
adapted to new PureThy.add_axioms_i;
Theory.parent_path;
wenzelm [Wed, 29 Apr 1998 11:36:08 +0200] rev 4861
adapted to new PureThy.add_tthmss;
Theory.parent_path;
wenzelm [Wed, 29 Apr 1998 11:35:24 +0200] rev 4860
Theory.require;
Logic.mk_defpair;
adapted to new PureThy.add_defs_i;
wenzelm [Wed, 29 Apr 1998 11:34:11 +0200] rev 4859
adapted to new PureThy.add_axioms;
wenzelm [Wed, 29 Apr 1998 11:33:44 +0200] rev 4858
new theory section 'nonterminals';
wenzelm [Wed, 29 Apr 1998 11:33:27 +0200] rev 4857
adapted to new PureThy.add_defs;
wenzelm [Wed, 29 Apr 1998 11:33:06 +0200] rev 4856
Theory.require;
wenzelm [Wed, 29 Apr 1998 11:30:55 +0200] rev 4855
tuned setup;
simp_add_global, simp_del_global, simp_add_local, simp_del_local attributes;
wenzelm [Wed, 29 Apr 1998 11:29:39 +0200] rev 4854
tuned setup;
wenzelm [Wed, 29 Apr 1998 11:29:00 +0200] rev 4853
tuned names of (add_)store_XXX functions;
added attributes to add_thms, add_axioms, add_defs functions;
wenzelm [Wed, 29 Apr 1998 11:26:59 +0200] rev 4852
replaced thy_setup by 'setup' section;
adapted to new PureThy.add_axioms / PureThy.add_defs;
added 'nonterminals' section;