aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/rawtermops.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2008-11-05Move Record desugaring to constrintern and add ability to use notationsmsozeau
2008-10-23Open notation for declaring record instances.msozeau
2008-03-28- Second pass on implementation of let pattern. Parse "let ' par [as x]?msozeau
2008-03-15Adapt funind to the RLetPattern constructor.msozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
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