2009-11-23 Cezary Kaliszyk Fixes for recent changes.
2009-11-22 Christian Urban updated to Isabelle 22nd November
2009-11-21 Christian Urban a little tuning of comments
2009-11-21 Christian Urban slight tuning
2009-11-21 Christian Urban some debugging code, but cannot find the place where the cprems_of exception is raised
2009-11-21 Christian Urban tried to prove the repabs_inj lemma, but failed for the moment
2009-11-21 Christian Urban my first version of repabs injection
2009-11-21 Christian Urban tuned
2009-11-21 Christian Urban tunded
2009-11-21 Christian Urban tuned
2009-11-21 Christian Urban flagged qenv-stuff as obsolete
2009-11-21 Christian Urban simplified get_fun so that it uses directly rty and qty, instead of qenv
2009-11-20 Christian Urban started regularize of rtrm/qtrm version; looks quite promising
2009-11-19 Christian Urban updated to new Isabelle
2009-11-18 Christian Urban fixed the storage of qconst definitions
2009-11-13 Cezary Kaliszyk Still don't know how to do the proof automatically.
2009-11-13 Christian Urban added some tracing information to all phases of lifting to the function lift_thm
2009-11-12 Cezary Kaliszyk merge of the merge?
2009-11-12 Cezary Kaliszyk merged
2009-11-12 Christian Urban added a FIXME commment
2009-11-12 Christian Urban looking up data in quot_info works now (needs qualified string)
2009-11-12 Christian Urban changed the quotdata to be a symtab table (needs fixing)
2009-11-12 Christian Urban added a container for quotient constants (does not work yet though)
2009-11-11 Cezary Kaliszyk Lifting towards goal and manually finished the proof.
2009-11-11 Cezary Kaliszyk merge
2009-11-11 Cezary Kaliszyk Modifications while preparing the goal-directed version.
2009-11-11 Christian Urban updated to new Theory_Data and to new Isabelle
2009-11-11 Cezary Kaliszyk Removed 'Toplevel.program' for polyml 5.3
2009-11-10 Cezary Kaliszyk Atomizing a "goal" theorems.
2009-11-10 Cezary Kaliszyk More code cleaning and commenting
2009-11-09 Cezary Kaliszyk Minor cleaning and removing of some 'handle _'.
2009-11-09 Cezary Kaliszyk Cleaning and commenting
2009-11-09 Cezary Kaliszyk Fixes for the other get_fun implementation.
2009-11-06 Christian Urban permutation lifting works now also
2009-11-06 Christian Urban merged
2009-11-06 Christian Urban updated to new Isabelle version and added a new example file
2009-11-06 Cezary Kaliszyk Minor changes
2009-11-06 Cezary Kaliszyk merge
2009-11-06 Cezary Kaliszyk fold_rsp
2009-11-06 Christian Urban tuned the code in quotient and quotient_def
2009-11-05 Cezary Kaliszyk More functionality for lifting list.cases and list.recs.
2009-11-05 Christian Urban merged
2009-11-05 Christian Urban removed typing information from get_fun in quotient_def; *potentially* dangerous
2009-11-05 Cezary Kaliszyk Remaining fixes for polymorphic types. map_append now lifts properly with 'a list and 'b list.
2009-11-05 Christian Urban removed Simplifier.context
2009-11-05 Christian Urban replaced check_term o parse_term by read_term
2009-11-05 Christian Urban merged
2009-11-05 Cezary Kaliszyk Infrastructure for polymorphic types
2009-11-04 Cezary Kaliszyk Two new tests for get_fun. Second one fails.
2009-11-04 Cezary Kaliszyk Type instantiation in regularize
2009-11-04 Cezary Kaliszyk Description of regularize
2009-11-04 Cezary Kaliszyk Experiments with lifting partially applied constants.
2009-11-04 Christian Urban more tuning
2009-11-04 Christian Urban slightly tuned
2009-11-04 Christian Urban merged
2009-11-04 Christian Urban separated the quotient_def into a separate file
2009-11-04 Cezary Kaliszyk Experiments in Int
2009-11-04 Christian Urban fixed definition of PLUS
2009-11-04 Christian Urban simplified the quotient_def code
2009-11-04 Cezary Kaliszyk Lifting 'fold1.simps(2)' and some cleaning.
2009-11-03 Cezary Kaliszyk Playing with alpha_refl.
2009-11-03 Cezary Kaliszyk Alpha.induct now lifts automatically.
2009-11-03 Cezary Kaliszyk merge
2009-11-03 Cezary Kaliszyk applic_prs
2009-11-03 Christian Urban simplified the quotient_def code; type of the defined constant must now be given; for-part eliminated
2009-11-03 Cezary Kaliszyk Automatic FORALL_PRS. 'list.induct' lifts automatically. Faster ALLEX_RSP
2009-11-03 Cezary Kaliszyk merge
2009-11-03 Cezary Kaliszyk Preparing infrastructure for general FORALL_PRS
2009-11-02 Christian Urban split quotient.ML into two files
2009-11-02 Christian Urban slightly saner way of parsing the quotient_def
2009-11-02 Christian Urban merged
2009-11-02 Christian Urban changed Type.typ_match to Sign.typ_match
2009-11-02 Cezary Kaliszyk Fixes after optimization and preparing for a general FORALL_PRS
2009-11-02 Cezary Kaliszyk Optimization
2009-11-02 Cezary Kaliszyk Map does not fully work yet.
2009-11-02 Cezary Kaliszyk Fixed quotdata_lookup.
2009-11-02 Christian Urban fixed problem with maps_update
2009-11-02 Christian Urban merged
2009-11-02 Christian Urban fixed the problem with types in map
2009-10-31 Cezary Kaliszyk Automatic computation of application preservation and manually finished "alpha.induct". Slow...
2009-10-30 Cezary Kaliszyk Regularize for equalities and a better tactic. "alpha.cases" now lifts.
2009-10-30 Cezary Kaliszyk Regularization
2009-10-30 Christian Urban merged
2009-10-30 Christian Urban added some facts about fresh and support of lam
2009-10-30 Cezary Kaliszyk Finally merged the code of the versions of regularize and tested examples.
2009-10-30 Cezary Kaliszyk Lemmas about fv.
2009-10-30 Christian Urban changed the order of rfv and reformulated a3 with rfv
2009-10-30 Christian Urban merged
2009-10-30 Christian Urban not sure what changed here
2009-10-30 Christian Urban added fv-function
2009-10-30 Cezary Kaliszyk The proper real_alpha
2009-10-30 Cezary Kaliszyk Finding applications and duplicates filtered out in abstractions
2009-10-30 Cezary Kaliszyk Cleaning also in Lam
2009-10-30 Cezary Kaliszyk Cleaning of the interface to lift.
2009-10-29 Cezary Kaliszyk Tried manually lifting real_alpha
2009-10-29 Cezary Kaliszyk More tests in Lam
2009-10-29 Cezary Kaliszyk Cleaning of 'map id' and 'prod_fun id id' in lower_defs.
2009-10-29 Cezary Kaliszyk Using subst for identity definition.
2009-10-29 Cezary Kaliszyk Lifting of the 3 lemmas in LamEx
2009-10-29 Cezary Kaliszyk Fixed wrong CARD definition and removed the "Does not work anymore" comment.
2009-10-29 Christian Urban merged
2009-10-28 Christian Urban updated some definitions; had to give sometimes different names; somewhere I introduced a bug, since not everything is working anymore (needs fixing!)
2009-10-28 Christian Urban ported all constant definitions to new scheme
2009-10-28 Christian Urban fixed the definition of alpha; this *breaks* some of the experiments
2009-10-28 Cezary Kaliszyk disambiguate ===> syntax
2009-10-28 Cezary Kaliszyk More cleaning in Lam code
2009-10-28 Cezary Kaliszyk cleaned FSet
2009-10-28 Cezary Kaliszyk Some cleaning
2009-10-28 Cezary Kaliszyk Cleaning the unnecessary theorems in 'IntEx'.
2009-10-28 Cezary Kaliszyk Fix also in the general procedure.
2009-10-28 Cezary Kaliszyk merge
2009-10-28 Cezary Kaliszyk Fixes
2009-10-28 Christian Urban updated all definitions
2009-10-28 Christian Urban merged
2009-10-28 Christian Urban added infrastructure for defining lifted constants
2009-10-28 Cezary Kaliszyk First experiments with Lambda
2009-10-28 Cezary Kaliszyk Fixed mistake in const generation, will postpone this.
2009-10-28 Cezary Kaliszyk More finshed proofs and cleaning
2009-10-28 Cezary Kaliszyk Proof of append_rsp
2009-10-28 Christian Urban merged
(0) -120 +120 +1000 tip