aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/functional_principles_proofs.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2009-03-14Cleaning/uniformizing the interface of tacticals.mliherbelin
2009-03-04Backtrack sur la mémoïsation de nf_evar.aspiwack
2009-02-27=?utf-8?q?Tentative=20d'optimisation=20(en=20temps)=20sur=20[nf=5Fevar]=20et=...aspiwack
2009-02-06pushed evar reduction in kernelbarras
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-12-09About "apply in":herbelin
2008-11-23first attempt to allow Function to deal with dependent pattern matching. This...jforest
2008-10-26Fixes and refinements regarding occurrence selection:herbelin
2008-08-22- New auto hints for transparency/opacity control, not bound to msozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-10- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)herbelin
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-12Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.msozeau
2008-03-08correction d'un bug d'efficacite dans Function (+ ajout de eauto_with_bases)jforest
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
2007-11-26minor bug correction in Functionjforest
2007-11-19Bug in functionnal induction principle generationjforest
2007-10-03Ajout de eelim, ecase, edestruct et einduction (expérimental).herbelin
2007-09-15* Adding compability with ocaml 3.10 + camlp5 (rework of letouzey
2007-08-31correction bug d'efficacite dans Functionjforest
2007-07-06extension of the rename tactic: the following is now allowed: letouzey
2007-05-17correction de bug dans Function et augmentation de la classe des fonctions su...jforest
2007-04-28Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.herbelin
2007-04-05Mise en place d'une nouvelle strategie plus efficace pour les preuves de Func...jforest
2007-02-12Bug mineur dans la generation des principes d'induction pour Functionjforest
2007-02-11Correction d'un bug dans la génération des principes d'inductionjforest
2006-11-13Correction de la seconde partie du bug #1278jforest
2006-10-28Extension du polymorphisme de sorte au cas des définitions dans Type.herbelin
2006-09-27Detection des paramettres pour les Functions bien fondeesjforest
2006-08-25two minor bug corrections in General Recursive Functions jforest
2006-08-11Bug corrections in Function.jforest
2006-08-08In the old version, recursive functions cannot be declared inside a sectionbertot
2006-07-10+functional inversion now takes the function to invert as an optional argument. jforest
2006-07-04- completely new version of "functional inversion" using inversion onjforest
2006-06-29forgot a file jforest
2006-06-06+ ameliorating the tactic "functional induction"jforest
2006-05-31Replacing the old version of "functional induction" with the new one. jforest
2006-05-23Error during last commit (coq didn't compile)jforest
2006-05-23Correcting a bug with ocaml <= 3.08.3 (Map.fold changing)jforest
2006-05-07+ correcting a bug in general recursive function (match e with _ => match f e...jforest
2006-05-03Cleanning and factorizing code in funind. Spliting new_arg_principles into to...jforest