aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/rawtermops.ml
AgeCommit message (Expand)Author
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-01-19Protection contre les warnings 'unused variable' de ocaml 3.09herbelin
2006-11-24Functional graph merging deals with letins.courtieu
2006-10-26Experimental merging of two functional graphs.courtieu
2006-08-16+ timide essai pour le traitement des as dans les patterns lors de la generat...jforest
2006-07-10+functional inversion now takes the function to invert as an optional argument. jforest
2006-07-05Use typing informations while defining graphs for Function. jforest
2006-07-04- completely new version of "functional inversion" using inversion onjforest
2006-06-06+ ameliorating the tactic "functional induction"jforest
2006-06-01bug in alpha-conversionjforest
2006-05-22LetTuple are now supported in Functionjforest
2006-04-27Standardisation nom option_app en option_mapherbelin
2006-04-24+ Handling "if" and cast in GenFixpoint jforest
2006-04-10+ Changing a little functional schemes types jforest
2006-03-07Coq did not compile in Ocaml 3.06 and 3.07 since Map.S did not contain is_emp...jforest
2006-02-17Julien:bertot
2006-02-01New version of functional induction / inversion. By Julien Forest,coq