wenzelm [Thu, 21 Sep 2006 19:04:43 +0200] rev 20667
serial numbers for consts;
added serial_of/name_of;
wenzelm [Thu, 21 Sep 2006 19:04:36 +0200] rev 20666
Thm.dest_binop;
wenzelm [Thu, 21 Sep 2006 19:04:29 +0200] rev 20665
member (op =);
ThmDatabase.is_ml_reserved;
tuned oracle name;
wenzelm [Thu, 21 Sep 2006 19:04:20 +0200] rev 20664
member (op =);
wenzelm [Thu, 21 Sep 2006 19:04:12 +0200] rev 20663
updated timings;
paulson [Thu, 21 Sep 2006 17:39:57 +0200] rev 20662
new function hashw_int
paulson [Thu, 21 Sep 2006 17:33:11 +0200] rev 20661
Yet another version of fake_thm_name. "Full" hashing ensures that there are no collisions
unless theorems differ by sorts alone, which should not matter. Also minor fixes to
standard hashing.
paulson [Thu, 21 Sep 2006 17:31:10 +0200] rev 20660
corrected for the translation from _ to __ in c_COMBx_e
huffman [Thu, 21 Sep 2006 16:45:53 +0200] rev 20659
changed constants into abbreviations; shortened proofs
berghofe [Thu, 21 Sep 2006 15:41:18 +0200] rev 20658
XML syntax for types, terms, and proofs.
berghofe [Thu, 21 Sep 2006 15:40:49 +0200] rev 20657
Added xml_syntax.ML
berghofe [Thu, 21 Sep 2006 15:40:31 +0200] rev 20656
Added Tools/xml_syntax.ML
haftmann [Thu, 21 Sep 2006 14:44:30 +0200] rev 20655
circumvented defect in SML/NJ type inference
krauss [Thu, 21 Sep 2006 12:22:05 +0200] rev 20654
1. Function package accepts a parameter (default "some_term"), which specifies the functions
behaviour outside its domain.
2. Bugfix: An exception occured when a function in a mutual definition
was declared but no equation was given.