Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 22:10:48 +0100] rev 778
added "Highest Priority" category; and tuned slightly code
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 21:44:50 +0100] rev 777
added a print_maps command; updated the keyword file accordingly
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 21:31:44 +0100] rev 776
renamed get_fun to absrep_fun; introduced explicit checked versions of the term functions
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 21:16:11 +0100] rev 775
tuned
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 21:06:46 +0100] rev 774
moved get_fun into quotient_term; this simplifies the overall including structure of the package
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 20:51:37 +0100] rev 773
tuned comments; renamed QUOT_TRUE to Quot_True; atomize_eqv seems to not be neccessary (has it been added to Isabelle)...it is now comented out and everything still works
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 07:42:16 +0100] rev 772
on the hunt for what condition raises which exception in the CLEVER CODE of calculate_inst
Christian Urban <urbanc@in.tum.de> [Tue, 22 Dec 2009 07:28:09 +0100] rev 771
simplified calculate_instance; worked around some clever code; clever code is unfortunately still there...needs to be removed
Christian Urban <urbanc@in.tum.de> [Mon, 21 Dec 2009 23:13:40 +0100] rev 770
used eq_reflection not with OF, but directly in @{thm ...}
Christian Urban <urbanc@in.tum.de> [Mon, 21 Dec 2009 23:01:58 +0100] rev 769
cleaned a bit calculate_inst a bit; eta-contraction seems to be not necessary? (all examples go through)
Christian Urban <urbanc@in.tum.de> [Mon, 21 Dec 2009 22:36:31 +0100] rev 768
get_fun needed change to cope with "('a fset) fset" types...this needs composition (op o); now id_simps contains also id_o and o_id, and map_id is also added in QuotList.thy; regularize and cleaning needed to be hacked (indicated by "HACK")...THIS NEEDS ATTENTION!!!; except two lemmas in IntEx, all examples go through; added considerable material to FSet3; tuned FIXME-TODO
Christian Urban <urbanc@in.tum.de> [Sun, 20 Dec 2009 00:53:35 +0100] rev 767
on suggestion of Tobias renamed "quotient_def" to "quotient_definition"; needs new keyword file
Christian Urban <urbanc@in.tum.de> [Sun, 20 Dec 2009 00:26:53 +0100] rev 766
renamed "quotient" command to "quotient_type"; needs new keyword file to be installed
Christian Urban <urbanc@in.tum.de> [Sun, 20 Dec 2009 00:15:40 +0100] rev 765
this file is now obsolete; replaced by isar-keywords-quot.el
Christian Urban <urbanc@in.tum.de> [Sun, 20 Dec 2009 00:14:46 +0100] rev 764
with "isabelle make keywords" you can create automatically a "quot" keywordfile, provided all Logics are in place
Christian Urban <urbanc@in.tum.de> [Sat, 19 Dec 2009 22:42:31 +0100] rev 763
added a very old paper about Quotients in Isabelle (related work)
Christian Urban <urbanc@in.tum.de> [Sat, 19 Dec 2009 22:21:51 +0100] rev 762
avoided global "open"s - replaced by local "open"s
Christian Urban <urbanc@in.tum.de> [Sat, 19 Dec 2009 22:09:57 +0100] rev 761
small tuning
Christian Urban <urbanc@in.tum.de> [Sat, 19 Dec 2009 22:04:34 +0100] rev 760
various tunings; map_lookup now raises an exception; addition to FIXME-TODO
Christian Urban <urbanc@in.tum.de> [Thu, 17 Dec 2009 17:59:12 +0100] rev 759
minor cleaning
Christian Urban <urbanc@in.tum.de> [Thu, 17 Dec 2009 14:58:33 +0100] rev 758
moved the QuotMain code into two ML-files
Christian Urban <urbanc@in.tum.de> [Wed, 16 Dec 2009 14:28:48 +0100] rev 757
complete fix for IsaMakefile
Christian Urban <urbanc@in.tum.de> [Wed, 16 Dec 2009 14:26:14 +0100] rev 756
first fix
Christian Urban <urbanc@in.tum.de> [Wed, 16 Dec 2009 14:09:03 +0100] rev 755
merged
Christian Urban <urbanc@in.tum.de> [Wed, 16 Dec 2009 14:08:42 +0100] rev 754
added a paper for possible notes
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 16 Dec 2009 12:15:41 +0100] rev 753
Removed lambdas on the right hand side. This fixes all 'PROBLEM' comments.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 15 Dec 2009 16:40:00 +0100] rev 752
lambda_prs & solve_quotient_assum cleaned.
Christian Urban <urbanc@in.tum.de> [Tue, 15 Dec 2009 15:38:17 +0100] rev 751
some commenting
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 14 Dec 2009 14:24:08 +0100] rev 750
Fixed previous commit.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 14 Dec 2009 13:59:08 +0100] rev 749
merge