Fri, 20 Apr 2007 11:21:49 +0200 haftmann add definitions explicitly to code generator table
Fri, 20 Apr 2007 11:21:48 +0200 haftmann cleared dead code
Fri, 20 Apr 2007 11:21:47 +0200 haftmann moved axclass module closer to core system
Fri, 20 Apr 2007 11:21:42 +0200 haftmann Isar definitions are now added explicitly to code theorem table
Fri, 20 Apr 2007 11:21:41 +0200 haftmann improved case unfolding
Fri, 20 Apr 2007 11:21:40 +0200 haftmann switched from recdef to function package; constants add, mul, pow now curried; infix syntax for algebraic operations.
Fri, 20 Apr 2007 11:21:39 +0200 haftmann tuned syntax: K_record is now an authentic constant
Fri, 20 Apr 2007 11:21:38 +0200 haftmann tuned: now using function package
Fri, 20 Apr 2007 11:21:37 +0200 haftmann transfer_tac accepts also HOL equations as theorems
Fri, 20 Apr 2007 11:21:36 +0200 haftmann shifted min/max to class order
Fri, 20 Apr 2007 11:21:35 +0200 haftmann tuned
Fri, 20 Apr 2007 11:21:34 +0200 haftmann added class tutorial
Fri, 20 Apr 2007 11:21:33 +0200 haftmann code generator changes
Fri, 20 Apr 2007 10:09:32 +0200 krauss generate page labels
Fri, 20 Apr 2007 10:06:11 +0200 krauss definition lookup via terms, not names. Methods "relation" and "lexicographic_order"
Fri, 20 Apr 2007 00:28:07 +0200 urbanc declared lemmas true_eqvt and false_eqvt to be equivariant (suggested by samth at ccs.neu.edu)
Thu, 19 Apr 2007 18:23:11 +0200 paulson trying to make single-step proofs work better, especially if they contain
Thu, 19 Apr 2007 16:38:59 +0200 berghofe nominal_inductive no longer proves equivariance.
Thu, 19 Apr 2007 16:27:53 +0200 narboux add a tactic to generate fresh names
Wed, 18 Apr 2007 21:30:14 +0200 wenzelm simplified ProofContext.infer_types(_pats);
Wed, 18 Apr 2007 16:23:31 +0200 dixon Improved comments.
Wed, 18 Apr 2007 11:47:08 +0200 krauss proper header, added regression tests
Wed, 18 Apr 2007 11:37:43 +0200 krauss added temporary hack to avoid schematic goals in "termination".
Wed, 18 Apr 2007 11:14:09 +0200 paulson Fixes for proof reconstruction, especially involving abstractions and definitions
Tue, 17 Apr 2007 21:06:59 +0200 wenzelm export is_dummy_pattern;
Tue, 17 Apr 2007 03:13:38 +0200 huffman lemma isCont_inv_fun is same as isCont_inverse_function
Tue, 17 Apr 2007 00:55:00 +0200 huffman moved root and sqrt lemmas from Transcendental.thy to NthRoot.thy
Tue, 17 Apr 2007 00:37:14 +0200 huffman remove use of pos_boundedE
Tue, 17 Apr 2007 00:33:49 +0200 huffman lemma geometric_sum no longer needs class division_by_zero
Tue, 17 Apr 2007 00:30:44 +0200 wenzelm tuned proofs;
Mon, 16 Apr 2007 16:11:03 +0200 haftmann canonical merge operations
Mon, 16 Apr 2007 12:16:11 +0200 wenzelm added print_indexname;
Mon, 16 Apr 2007 07:32:23 +0200 urbanc improved the equivariance lemmas for the quantifiers; had to export the lemma eqvt_force_add and eqvt_force_del in the thmdecls
Mon, 16 Apr 2007 06:45:22 +0200 urbanc added a more usuable lemma for dealing with fresh_fun
Mon, 16 Apr 2007 04:02:15 +0200 huffman generalized type of lemma geometric_sum
Sun, 15 Apr 2007 23:25:55 +0200 wenzelm replaced read_term_legacy by read_prop_legacy;
Sun, 15 Apr 2007 23:25:54 +0200 wenzelm removed obsolete redeclare_skolems;
Sun, 15 Apr 2007 23:25:52 +0200 wenzelm read prop as prop, not term;
Sun, 15 Apr 2007 23:25:50 +0200 wenzelm removed obsolete TypeInfer.logicT -- use dummyT;
Sun, 15 Apr 2007 23:25:49 +0200 wenzelm avoid internal names;
Sun, 15 Apr 2007 14:32:55 +0200 wenzelm tuned;
Sun, 15 Apr 2007 14:32:07 +0200 wenzelm legacy_infer_term/prop -- including intern_term;
Sun, 15 Apr 2007 14:32:05 +0200 wenzelm Thm.plain_prop_of;
Sun, 15 Apr 2007 14:32:04 +0200 wenzelm added decode_types (from type_infer.ML);
Sun, 15 Apr 2007 14:32:03 +0200 wenzelm added read_term;
Sun, 15 Apr 2007 14:32:02 +0200 wenzelm added mixfixT (from type_infer.ML);
Sun, 15 Apr 2007 14:32:01 +0200 wenzelm proper interface infer_types(_pat);
Sun, 15 Apr 2007 14:32:00 +0200 wenzelm Thm.fold_terms;
Sun, 15 Apr 2007 14:31:59 +0200 wenzelm removed unused Output.panic hook -- internal to PG wrapper;
Sun, 15 Apr 2007 14:31:57 +0200 wenzelm moved get_sort to sign.ML;
Sun, 15 Apr 2007 14:31:56 +0200 wenzelm removed obsolete inferT_axm;
Sun, 15 Apr 2007 14:31:54 +0200 wenzelm removed obsolete infer_types(_simult);
Sun, 15 Apr 2007 14:31:53 +0200 wenzelm moved Drule.plain_prop_of, Drule.fold_terms to more_thm.ML;
Sun, 15 Apr 2007 14:31:52 +0200 wenzelm load type_infer.ML early;
Sun, 15 Apr 2007 14:31:51 +0200 wenzelm adapted decode_type;
Sun, 15 Apr 2007 14:31:49 +0200 wenzelm proper ProofContext.infer_types;
Sun, 15 Apr 2007 14:31:47 +0200 wenzelm Thm.fold_terms;
Sun, 15 Apr 2007 14:31:44 +0200 wenzelm replaced axioms/finalconsts by proper axiomatization;
Sat, 14 Apr 2007 23:56:36 +0200 wenzelm simplified read_axm;
Sat, 14 Apr 2007 17:38:30 +0200 wenzelm tuned comment;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip