aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
Commit message (Expand)AuthorAge
* Added support for referring to subterms of the goal by pattern.Gravatar herbelin2011-09-26
* Generalizing subst_term_occ so that it supports an arbitrary matchingGravatar herbelin2011-09-26
* Adding subst_term up to convGravatar herbelin2011-09-26
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* Two bugs in pattern-matching compilation:Gravatar herbelin2011-08-08
* Esubst: make types of substitutions & lifts privateGravatar puech2011-08-08
* Fix unification: detect invalid evar instantiations due to scoping earlier.Gravatar msozeau2011-08-04
* Fix nf_evars_undefinedGravatar msozeau2011-08-03
* Patch to simplify is_open_canonical_projectionGravatar herbelin2011-08-02
* More robust evar_map debugging printerGravatar herbelin2011-08-02
* Evarutil: replace generic list_distinct on constr by constr_list_distinctGravatar puech2011-07-29
* Evarutil: replaced some generic = on constr by destructorsGravatar puech2011-07-29
* Evarutil: generic equality on constr replaced by destructorsGravatar puech2011-07-29
* Evarconv: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Cases: generic equality on constr replaced by destructorsGravatar puech2011-07-29
* Classops: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Evarutil: generic equality on constr replaced by eq_constr (x2)Gravatar puech2011-07-29
* Evarutil: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Tacred: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* This is exactly the structure needed to handle controlling printingGravatar herbelin2011-07-16
* Extraction: forbid Prop-polymorphism of inductives when extracting to OcamlGravatar letouzey2011-07-04
* Cleaning debugging printer relative to new proof engine. InGravatar herbelin2011-06-21
* Fixing two typos introduced in r14217 and r14223Gravatar herbelin2011-06-20
* Ensured that the transparency state is used when flag betaiota is on for apply.Gravatar herbelin2011-06-19
* Generalizing flag use_evars_pattern_unification into a flagGravatar herbelin2011-06-18
* Activating flags betaiota by default for applyGravatar herbelin2011-06-18
* The ad hoc version for first-order unification at toplevel of "?n argsGravatar herbelin2011-06-18
* Added full pattern-unification on Meta for tactic unification.Gravatar herbelin2011-06-13
* Added a flag to restrict conversion in tactic unification on theGravatar herbelin2011-06-13
* Oups, typo in previous commitGravatar herbelin2011-06-12
* Removed what looks like a (very old) useless f.o. unification passGravatar herbelin2011-06-12
* 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
* Fixes in pruning, do not fail if pruning is impossible due to typing constrai...Gravatar msozeau2011-06-10
* More fixes in pruning/restriction of evars during unification.Gravatar msozeau2011-06-09
* Fixes in pruning in unification.Gravatar msozeau2011-06-08
* - Fix restrict_hyps to not allow filtering on a variable required to typechec...Gravatar msozeau2011-06-07
* Applying Enrico Tassi's patch for giving priority to delta over eta inGravatar herbelin2011-05-24
* Failing instead of switching to the coercion mechanism when VMcastGravatar herbelin2011-05-15
* A better procedure for checking presence of undefined evars.Gravatar aspiwack2011-05-13
* Fix merge, Cumul moved to CUMULGravatar msozeau2011-05-05
* Merge branch 'subclasses' into coq-trunkGravatar msozeau2011-05-05
* First phase removing obsolete support for eta up to conversion inGravatar herbelin2011-05-04
* Fixing bug in printing let-in binders in fix/cofixGravatar herbelin2011-04-24
* Allow betaiota when checking unification of the types of metas (fixes ATBR co...Gravatar msozeau2011-04-20
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* Fix unification of types of metavariables and error message for sort unificat...Gravatar msozeau2011-04-16
* Take benefit of eta-expansion so that "ex P" is displayed "exists x, P x".Gravatar herbelin2011-04-15
* - Make typeclass transparency information directly availableGravatar msozeau2011-04-13