aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/equality.ml
Commit message (Expand)AuthorAge
* Revert r15851 "En cours pour bug 2836".Gravatar herbelin2012-10-04
* En cours pour bug 2836Gravatar herbelin2012-10-04
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* Cleaning interface of Util.Gravatar ppedrot2012-09-18
* More cleaning on Utils and CList. Some parts of the code beingGravatar ppedrot2012-09-17
* Some documentation and cleaning of CList and Util interfaces.Gravatar ppedrot2012-09-15
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* Updating headers.Gravatar herbelin2012-08-08
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Tacexpr as a mli-only, the few functions there are now in TacopsGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Noise for nothingGravatar pboutill2012-03-02
* Added a flag to control the use of typing when instantiating appliedGravatar herbelin2011-12-17
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* Fixing Equality.injectable which did not detect an equality withoutGravatar herbelin2011-10-22
* Moved to a more standard order of arguments (i.e. env followed by evar_map)Gravatar herbelin2011-10-11
* Various simplifications about constant_of_delta and mind_of_deltaGravatar letouzey2011-10-11
* Equality: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Equality: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Fixed a "feature" of "inversion" and "dependent rewrite" revealed byGravatar herbelin2011-07-18
* Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...Gravatar herbelin2011-07-16
* Relaxed the constraint introduced in r14190 that froze the existingGravatar herbelin2011-06-18
* Generalizing flag use_evars_pattern_unification into a flagGravatar herbelin2011-06-18
* A few comments and a dev file to summarize issues with unificationGravatar herbelin2011-06-13
* Added a flag to restrict conversion in tactic unification on theGravatar herbelin2011-06-13
* Added a new flag for freezing evars in tactic unification. Used thisGravatar herbelin2011-06-12
* Moved allow_K to a unification flagGravatar herbelin2011-06-10
* Fixing discriminate for identity.Gravatar herbelin2011-05-26
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* Fixing injection bug #2493 (regression introduced by fixing injectionGravatar herbelin2011-03-05
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* correction of bug #2414 (report of r 13586)Gravatar jforest2010-10-27
* Added eta-expansion in kernel, type inference and tactic unification,Gravatar herbelin2010-09-20
* In the computation of missing arguments for apply, accept that theGravatar herbelin2010-09-17
* Fix unescaped end-of-lines (OCaml warning 29)Gravatar glondu2010-09-13
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* New pass on inductive schemesGravatar herbelin2010-05-29
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Improving compatibility between 8.2 and 8.3Gravatar herbelin2010-04-05
* Applied greenrd's patch to fix bug 2255 (injection failed toGravatar herbelin2010-03-27
* Safer, though ad hoc, approach to re-interpretation of the argument ofGravatar herbelin2009-12-28
* Generic support for open terms in tacticsGravatar herbelin2009-12-21
* Improved strategy for rewriting lemma possibly depending because of evars.Gravatar herbelin2009-12-14
* Made the side-conditions of lemmas always come last when chaining "apply in"Gravatar herbelin2009-12-13
* Completion of r12580 (better rendering of dependent rewrite and inversion).Gravatar herbelin2009-12-13
* Revision 12557 continued (better rendering of dependent rewrite)Gravatar herbelin2009-12-13