aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/funind
Commit message (Expand)AuthorAge
* Use typing informations while defining graphs for Function. Gravatar jforest2006-07-05
* functional inversion now takes a quatified hypothesis as first argumentGravatar jforest2006-07-04
* adding comments and cleaning code Gravatar jforest2006-07-04
* - completely new version of "functional inversion" using inversion onGravatar jforest2006-07-04
* forgot a file Gravatar jforest2006-06-29
* bug correctionGravatar jforest2006-06-29
* Passage des graphes de Function dans Type Gravatar jforest2006-06-23
* Ajout de tactiques expérimentales basée sur functional induction.Gravatar courtieu2006-06-16
* ajout d'un argument with_clean a Indfun.functional_induction permettant de ch...Gravatar jforest2006-06-13
* rearrangement du code: deplacement du code effectuant functionalGravatar courtieu2006-06-13
* changed comments.Gravatar courtieu2006-06-12
* functional induction can now be used with Gravatar jforest2006-06-07
* this time it's good Gravatar jforest2006-06-06
* Error in last commit Gravatar jforest2006-06-06
* protecting an uncaught exception Not_found Gravatar jforest2006-06-06
* + ameliorating the tactic "functional induction"Gravatar jforest2006-06-06
* bug in alpha-conversionGravatar jforest2006-06-01
* Replacing the old version of "functional induction" with the new one. Gravatar jforest2006-05-31
* Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...Gravatar herbelin2006-05-30
* small changes Gravatar jforest2006-05-29
* Error during last commit (coq didn't compile)Gravatar jforest2006-05-23
* Correcting a bug with ocaml <= 3.08.3 (Map.fold changing)Gravatar jforest2006-05-23
* LetTuple are now supported in FunctionGravatar jforest2006-05-22
* + correcting a bug in general recursive function (match e with _ => match f e...Gravatar jforest2006-05-07
* Correction in generate_graph (now handles fun _ => fix ....)Gravatar jforest2006-05-05
* Fixing two minor bugs in recdef and graph of function generation. Gravatar jforest2006-05-03
* Cleanning and factorizing code in funind. Spliting new_arg_principles into to...Gravatar jforest2006-05-03
* Suppression des fichiers .cvsignore, rendus obsolètes par le systèmes des '...Gravatar notin2006-04-28
* - Distinction explicite des parties paramètres et arguments dans le typeGravatar herbelin2006-04-27
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Replacing "GenFixpoint" with "Function" and "mes" with "measure"Gravatar jforest2006-04-26
* + Handling "if" and cast in GenFixpoint Gravatar jforest2006-04-24
* Si un fixpoint a plusieurs arguments, mais un seul de type inductif, Gravatar letouzey2006-04-14
* Simplifying the proof of principlesGravatar jforest2006-04-12
* + Changing a little functional schemes types Gravatar jforest2006-04-10
* Adding "New Functional Scheme" Gravatar jforest2006-03-20
* Cleaning dead code Gravatar jforest2006-03-16
* + Debugging and cleaning functional principle generation tacticGravatar jforest2006-03-14
* Update of Subtac contrib. Add {wf n R} as an alternative to {struct n}.Gravatar msozeau2006-03-13
* -Debugging multiple induction, a bug appeared when having functionGravatar courtieu2006-03-12
* cleaning Gravatar jforest2006-03-10
* Coq did not compile in Ocaml 3.06 and 3.07 since Map.S did not contain is_emp...Gravatar jforest2006-03-07
* Julien:Gravatar bertot2006-02-22
* Julien:Gravatar bertot2006-02-17
* changed the decomposition of an induction schemeGravatar coq2006-02-17
* very minor bug correction and cleanningGravatar bertot2006-02-09
* One can use a measure {mes f x} instead of a well-founded relation in GenFixp...Gravatar bertot2006-02-08
* Julien:Gravatar bertot2006-02-08
* added mli 's for the nex functional induction (forgotten last time).Gravatar coq2006-02-03
* New version of functional induction / inversion. By Julien Forest,Gravatar coq2006-02-01