aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/indfun.ml
AgeCommit message (Expand)Author
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-09-19Gestion des arguments implicites dans les Functions bien fondeesjforest
2006-09-18correction of bug #1220jforest
2006-09-14mise en conformite des messages d'erreur de Function avec la doc.jforest
2006-08-24Amelioration des messages d'erreur de Fucntion jforest
2006-08-11Bug corrections in Function.jforest
2006-07-18Code cleaning in Functionjforest
2006-07-18Code cleaning in Functionjforest
2006-07-13bug correction when defining graph of fixpoints/definitions not generated by ...jforest
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-13ajout d'un argument with_clean a Indfun.functional_induction permettant de ch...jforest
2006-06-13rearrangement du code: deplacement du code effectuant functionalcourtieu
2006-05-22LetTuple are now supported in Functionjforest
2006-05-05Correction in generate_graph (now handles fun _ => fix ....)jforest
2006-05-03Cleanning and factorizing code in funind. Spliting new_arg_principles into to...jforest
2006-04-26Replacing "GenFixpoint" with "Function" and "mes" with "measure"jforest
2006-04-24+ Handling "if" and cast in GenFixpoint jforest
2006-04-14Si un fixpoint a plusieurs arguments, mais un seul de type inductif, letouzey
2006-04-10+ Changing a little functional schemes types jforest
2006-03-20Adding "New Functional Scheme" jforest
2006-03-14+ Debugging and cleaning functional principle generation tacticjforest
2006-03-13Update of Subtac contrib. Add {wf n R} as an alternative to {struct n}.msozeau
2006-02-22Julien:bertot
2006-02-17Julien:bertot
2006-02-08One can use a measure {mes f x} instead of a well-founded relation in GenFixp...bertot
2006-02-08Julien:bertot
2006-02-01New version of functional induction / inversion. By Julien Forest,coq