wenzelm [Tue, 02 May 2006 20:42:34 +0200] rev 19538
actually removed old stuff;
wenzelm [Tue, 02 May 2006 20:42:33 +0200] rev 19537
replaced syntax/translations by abbreviation;
tuned proofs;
wenzelm [Tue, 02 May 2006 20:42:32 +0200] rev 19536
replaced syntax/translations by abbreviation;
wenzelm [Tue, 02 May 2006 20:42:30 +0200] rev 19535
replaced syntax/translations by abbreviation;
tuned proofs;
tuned;
webertj [Tue, 02 May 2006 19:23:48 +0200] rev 19534
beta_eta_conversion added to pre_cnf_tac
haftmann [Tue, 02 May 2006 16:19:53 +0200] rev 19533
added obfuscation for mails
paulson [Tue, 02 May 2006 14:27:49 +0200] rev 19532
tidied and harmonized "params_of_state"
wenzelm [Tue, 02 May 2006 00:33:40 +0200] rev 19531
tuned;
wenzelm [Tue, 02 May 2006 00:20:40 +0200] rev 19530
tuned;
wenzelm [Tue, 02 May 2006 00:20:38 +0200] rev 19529
added domain_error;
added of_sort_derivation;
tuned;
wenzelm [Tue, 02 May 2006 00:20:37 +0200] rev 19528
of_sort: option;
of_sort: simplified implementation, use Sorts.of_sort_derivation;
tuned;
paulson [Mon, 01 May 2006 18:10:40 +0200] rev 19527
some facts about min, max and add, diff
paulson [Mon, 01 May 2006 18:10:18 +0200] rev 19526
a few more examples
wenzelm [Mon, 01 May 2006 17:05:13 +0200] rev 19525
class_triv: Sign.certify_class;
wenzelm [Mon, 01 May 2006 17:05:12 +0200] rev 19524
arities: maintain original codomain;
wenzelm [Mon, 01 May 2006 17:05:11 +0200] rev 19523
added sort_triv;
wenzelm [Mon, 01 May 2006 17:05:10 +0200] rev 19522
of_sort: simplified derivation;
wenzelm [Mon, 01 May 2006 17:05:09 +0200] rev 19521
adapted arities;
huffman [Mon, 01 May 2006 01:22:31 +0200] rev 19520
add theorem flift2_defined_iff
huffman [Mon, 01 May 2006 01:21:23 +0200] rev 19519
add theorem typdef_flat
wenzelm [Sun, 30 Apr 2006 22:50:12 +0200] rev 19518
AxClass.define_class_i, AxClass.get_definition;
Sign.primitive_arity;
wenzelm [Sun, 30 Apr 2006 22:50:11 +0200] rev 19517
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:10 +0200] rev 19516
AxClass.define_class;
AxClass.axiomatize_class/classrel/arity;
wenzelm [Sun, 30 Apr 2006 22:50:09 +0200] rev 19515
build classes/arities: refer to operations in sorts.ML;
simplified add_class/classrel/arity;
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:08 +0200] rev 19514
moved certify_class/sort to type.ML;
added operations to build sort algebras (from type.ML);
tuned;
wenzelm [Sun, 30 Apr 2006 22:50:07 +0200] rev 19513
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
added primitive_class/classrel/arity;
wenzelm [Sun, 30 Apr 2006 22:50:06 +0200] rev 19512
added serial_string;
wenzelm [Sun, 30 Apr 2006 22:50:05 +0200] rev 19511
renamed add_axclass(_i) to define_axclass(_i);
renamed get_info to get_definition;
added axiomatize_class/classrel/arity (supercede Sign.add_classes/classrel/arities);
tuned;