aboutsummaryrefslogtreecommitdiff
path: root/contrib/funind/indfun.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2009-03-17Uniformizing Tacticals, continued (allClauses -> allHypsAndConcl)herbelin
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-12-18Désactivation de dumpglob lors des appels a functional induction (erreurs pa...notin
2008-11-23first attempt to allow Function to deal with dependent pattern matching. This...jforest
2008-11-05Move Record desugaring to constrintern and add ability to use notationsmsozeau
2008-10-23Open notation for declaring record instances.msozeau
2008-10-23Generalized implementation of generalization.msozeau
2008-09-11Add enough information to correctly globalize recursive calls in inductive andmsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-04-08correction of bug 1829jforest
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
2008-01-17Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...msozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
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-10-03Ajout de eelim, ecase, edestruct et einduction (expérimental).herbelin
2007-07-11Slight cleanup of refl_omega.ml : in particular it uses now listletouzey
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-03-16 r11153@tannat: jforest | 2007-03-16 10:25:55 +0100jforest
2007-02-13Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deherbelin
2007-02-09Retour r9310 en attendant mieuxherbelin
2007-02-07Meilleur anglais (cf 9619)herbelin
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