Fri, 22 Sep 2006 21:42:12 +0200 added HOL-Complex-ex;
wenzelm [Fri, 22 Sep 2006 21:42:12 +0200] rev 20683
added HOL-Complex-ex;
Fri, 22 Sep 2006 16:25:15 +0200 define constants with THE instead of SOME
huffman [Fri, 22 Sep 2006 16:25:15 +0200] rev 20682
define constants with THE instead of SOME
Fri, 22 Sep 2006 14:36:23 +0200 Fixed bug concerning the generation of identifiers for
berghofe [Fri, 22 Sep 2006 14:36:23 +0200] rev 20681
Fixed bug concerning the generation of identifiers for datatypes, which caused the code generator to fail for mutually recursive datatypes.
Fri, 22 Sep 2006 14:32:46 +0200 Replaced irreducible_paths by all_paths.
berghofe [Fri, 22 Sep 2006 14:32:46 +0200] rev 20680
Replaced irreducible_paths by all_paths.
Fri, 22 Sep 2006 14:30:37 +0200 Added function all_paths (formerly find_paths).
berghofe [Fri, 22 Sep 2006 14:30:37 +0200] rev 20679
Added function all_paths (formerly find_paths).
Fri, 22 Sep 2006 13:04:30 +0200 tuned proofs;
wenzelm [Fri, 22 Sep 2006 13:04:30 +0200] rev 20678
tuned proofs;
Thu, 21 Sep 2006 19:06:16 +0200 tuned oracle name;
wenzelm [Thu, 21 Sep 2006 19:06:16 +0200] rev 20677
tuned oracle name;
Thu, 21 Sep 2006 19:06:03 +0200 added is_ml_reserved;
wenzelm [Thu, 21 Sep 2006 19:06:03 +0200] rev 20676
added is_ml_reserved;
Thu, 21 Sep 2006 19:05:56 +0200 member (op =);
wenzelm [Thu, 21 Sep 2006 19:05:56 +0200] rev 20675
member (op =); tuned;
Thu, 21 Sep 2006 19:05:41 +0200 serial numbers for types;
wenzelm [Thu, 21 Sep 2006 19:05:41 +0200] rev 20674
serial numbers for types;
Thu, 21 Sep 2006 19:05:31 +0200 added dest_binop;
wenzelm [Thu, 21 Sep 2006 19:05:31 +0200] rev 20673
added dest_binop;
Thu, 21 Sep 2006 19:05:22 +0200 member (op =);
wenzelm [Thu, 21 Sep 2006 19:05:22 +0200] rev 20672
member (op =); tuned pattern check;
Thu, 21 Sep 2006 19:05:08 +0200 member (op =);
wenzelm [Thu, 21 Sep 2006 19:05:08 +0200] rev 20671
member (op =); Drule.dest_equals_rhs;
Thu, 21 Sep 2006 19:05:01 +0200 tuned eta_contract;
wenzelm [Thu, 21 Sep 2006 19:05:01 +0200] rev 20670
tuned eta_contract;
Thu, 21 Sep 2006 19:04:55 +0200 added dest_equals_rhs;
wenzelm [Thu, 21 Sep 2006 19:04:55 +0200] rev 20669
added dest_equals_rhs; moved dest_binop to thm.ML;
Thu, 21 Sep 2006 19:04:49 +0200 tuned;
wenzelm [Thu, 21 Sep 2006 19:04:49 +0200] rev 20668
tuned;
Thu, 21 Sep 2006 19:04:43 +0200 serial numbers for consts;
wenzelm [Thu, 21 Sep 2006 19:04:43 +0200] rev 20667
serial numbers for consts; added serial_of/name_of;
Thu, 21 Sep 2006 19:04:36 +0200 Thm.dest_binop;
wenzelm [Thu, 21 Sep 2006 19:04:36 +0200] rev 20666
Thm.dest_binop;
Thu, 21 Sep 2006 19:04:29 +0200 member (op =);
wenzelm [Thu, 21 Sep 2006 19:04:29 +0200] rev 20665
member (op =); ThmDatabase.is_ml_reserved; tuned oracle name;
Thu, 21 Sep 2006 19:04:20 +0200 member (op =);
wenzelm [Thu, 21 Sep 2006 19:04:20 +0200] rev 20664
member (op =);
Thu, 21 Sep 2006 19:04:12 +0200 updated timings;
wenzelm [Thu, 21 Sep 2006 19:04:12 +0200] rev 20663
updated timings;
Thu, 21 Sep 2006 17:39:57 +0200 new function hashw_int
paulson [Thu, 21 Sep 2006 17:39:57 +0200] rev 20662
new function hashw_int
Thu, 21 Sep 2006 17:33:11 +0200 Yet another version of fake_thm_name. "Full" hashing ensures that there are no collisions
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.
Thu, 21 Sep 2006 17:31:10 +0200 corrected for the translation from _ to __ in c_COMBx_e
paulson [Thu, 21 Sep 2006 17:31:10 +0200] rev 20660
corrected for the translation from _ to __ in c_COMBx_e
Thu, 21 Sep 2006 16:45:53 +0200 changed constants into abbreviations; shortened proofs
huffman [Thu, 21 Sep 2006 16:45:53 +0200] rev 20659
changed constants into abbreviations; shortened proofs
Thu, 21 Sep 2006 15:41:18 +0200 XML syntax for types, terms, and proofs.
berghofe [Thu, 21 Sep 2006 15:41:18 +0200] rev 20658
XML syntax for types, terms, and proofs.
Thu, 21 Sep 2006 15:40:49 +0200 Added xml_syntax.ML
berghofe [Thu, 21 Sep 2006 15:40:49 +0200] rev 20657
Added xml_syntax.ML
Thu, 21 Sep 2006 15:40:31 +0200 Added Tools/xml_syntax.ML
berghofe [Thu, 21 Sep 2006 15:40:31 +0200] rev 20656
Added Tools/xml_syntax.ML
Thu, 21 Sep 2006 14:44:30 +0200 circumvented defect in SML/NJ type inference
haftmann [Thu, 21 Sep 2006 14:44:30 +0200] rev 20655
circumvented defect in SML/NJ type inference
Thu, 21 Sep 2006 12:22:05 +0200 1. Function package accepts a parameter (default "some_term"), which specifies the functions
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.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip