aboutsummaryrefslogtreecommitdiff
path: root/pretyping/evarutil.mli
AgeCommit message (Expand)Author
2011-12-16Introducing a notion of evar candidates to be used when an evar isherbelin
2011-12-04Discarding let-ins from the instances of the evars in theherbelin
2011-11-23Adds a pair of function in Evar_util to gather dependent evars in anaspiwack
2011-11-06Fixing incorrect change to pattern-unification over Meta's introducedherbelin
2011-10-25Continuing r1492 (useless changes were inadvertantly committed)herbelin
2011-10-25New strategy to infer return predicate of match construct whenherbelin
2011-10-10More robust and uniform treatment of aliases in evarutil.mlherbelin
2011-10-10Applied the trick of Chung-Kil Hur to solve second-order matchingherbelin
2011-10-10Passed conv_algo to evar_define and move call to solve_refl toherbelin
2011-06-07- Fix restrict_hyps to not allow filtering on a variable required to typechec...msozeau
2011-03-11Tentative to make unification check types at every instanciation of anmsozeau
2011-03-11- Better error messages taking unif. constraints into account.msozeau
2011-03-07Reverted commit r13893 about propagation of more informativeherbelin
2011-03-07Added propagation of evars unification failure reasons for betterherbelin
2011-03-05Improved define_evar_as_lambda which was creating an unrelated new evarherbelin
2011-02-03Repair Class_tactics.split_evars, broken by r13717 (should fix #2481)letouzey
2011-01-07mli comments for docpboutill
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-15Misc improvements about evar_mapletouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-29Made tclABSTRACT normalize evars before saying it does not supportherbelin
2010-06-22New script dev/tools/change-header to automatically update Coq files headers.herbelin
2010-05-26Fixing Derive Inversion for new proof engineherbelin
2010-05-13Improved the efficiency of evars traverals thanks to a split ofherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-29Move from ocamlweb to ocamdoc to generate mli documentationpboutill
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2009-12-21Generic support for open terms in tacticsherbelin
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-10-30Take constraints into account in the "instantiate" tacticherbelin
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-11Relatively ad hoc fix to an ill-typed instantiation bug in typeherbelin
2009-03-20Fixes to make Ynot compile with the trunk:msozeau
2009-01-04Fixed bugs #2001 (search_guard was overwriting the guard index givenherbelin
2008-11-21fixed problem with r11612barras
2008-09-25Partial fix for bug #1948: recompute order of dependencies betweenmsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-07-18Modification rapide du message d'erreur lorsqu'un _ ne peut êtreherbelin
2008-06-18Propagation des révisions 11144 et 11136 de la 8.2 vers le trunkherbelin
2008-05-20Correction d'un bug de l'unification pattern qui oubliait d'expanserherbelin
2008-05-05Mise en place d'un algorithme d'inversion des contraintes de type lorsherbelin
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-02-08Move generally useful definition of nf_evar on contexts to evarutil.msozeau
2007-09-26Complément aux commits 10124 et 10125 sur l'inférence de type (correction herbelin
2007-09-17Raffinement de l'algorithme d'inférence de typeherbelin
2007-01-31Correction d'un bug dans check_and_clear_in_constr + simplification denotin
2007-01-30Nouvelle implantation de clear_hypsnotin
2007-01-22Correction du bug #1315:notin