aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/funind/indfun.ml
Commit message (Expand)AuthorAge
* Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...Gravatar letouzey2009-03-20
* Uniformizing Tacticals, continued (allClauses -> allHypsAndConcl)Gravatar herbelin2009-03-17
* Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->Gravatar herbelin2008-12-31
* Désactivation de dumpglob lors des appels a functional induction (erreurs pa...Gravatar notin2008-12-18
* first attempt to allow Function to deal with dependent pattern matching. This...Gravatar jforest2008-11-23
* Move Record desugaring to constrintern and add ability to use notationsGravatar msozeau2008-11-05
* Open notation for declaring record instances.Gravatar msozeau2008-10-23
* Generalized implementation of generalization.Gravatar msozeau2008-10-23
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* correction of bug 1829Gravatar jforest2008-04-08
* - Second pass on implementation of let pattern. Parse "let ' par [as x]?Gravatar msozeau2008-03-28
* Adapt funind to the RLetPattern constructor.Gravatar msozeau2008-03-15
* Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...Gravatar msozeau2008-01-17
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Plus de combinateurs sont passés de Util à Option. Le module Options Gravatar aspiwack2007-12-06
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Ajout de eelim, ecase, edestruct et einduction (expérimental).Gravatar herbelin2007-10-03
* Slight cleanup of refl_omega.ml : in particular it uses now listGravatar letouzey2007-07-11
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* r11153@tannat: jforest | 2007-03-16 10:25:55 +0100Gravatar jforest2007-03-16
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Retour r9310 en attendant mieuxGravatar herbelin2007-02-09
* Meilleur anglais (cf 9619)Gravatar herbelin2007-02-07
* Extension du polymorphisme de sorte au cas des définitions dans Type.Gravatar herbelin2006-10-28
* Detection des paramettres pour les Functions bien fondeesGravatar jforest2006-09-27
* Gestion des arguments implicites dans les Functions bien fondeesGravatar jforest2006-09-19
* correction of bug #1220Gravatar jforest2006-09-18
* mise en conformite des messages d'erreur de Function avec la doc.Gravatar jforest2006-09-14
* Amelioration des messages d'erreur de Fucntion Gravatar jforest2006-08-24
* Bug corrections in Function.Gravatar jforest2006-08-11
* Code cleaning in FunctionGravatar jforest2006-07-18
* Code cleaning in FunctionGravatar jforest2006-07-18
* bug correction when defining graph of fixpoints/definitions not generated by ...Gravatar jforest2006-07-13
* +functional inversion now takes the function to invert as an optional argument. Gravatar jforest2006-07-10
* - completely new version of "functional inversion" using inversion onGravatar jforest2006-07-04
* 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
* LetTuple are now supported in FunctionGravatar jforest2006-05-22
* Correction in generate_graph (now handles fun _ => fix ....)Gravatar jforest2006-05-05
* Cleanning and factorizing code in funind. Spliting new_arg_principles into to...Gravatar jforest2006-05-03
* 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
* + Changing a little functional schemes types Gravatar jforest2006-04-10
* Adding "New Functional Scheme" Gravatar jforest2006-03-20
* + Debugging and cleaning functional principle generation tacticGravatar jforest2006-03-14