index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
rewrite.ml
Age
Commit message (
Expand
)
Author
2016-04-07
Allow to unset the refinement mode of Instance in ML
Matthieu Sozeau
2016-04-07
Fixing an incorrect use of prod_appvect on a term which was not a
Hugo Herbelin
2016-02-28
Fixing bug #4596: [rewrite] broke in the past few weeks.
Pierre-Marie Pédrot
2016-02-19
Fix regression from 8.4 in reflexivity/...
Matthieu Sozeau
2016-02-17
Fix bug #4574: Anomaly: Uncaught exception Invalid_argument("splay_arity").
Pierre-Marie Pédrot
2016-01-23
Implement support for universe binder lists in Instance and Program Fixpoint/...
Matthieu Sozeau
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
Fix bug #3338 again, no progress is necessary for the success of rewrite_strat.
Matthieu Sozeau
2016-01-07
Fix bug #4480: progress was not checked for setoid_rewrite.
Matthieu Sozeau
2015-12-04
Fix in setoid_rewrite in Type: avoid the generation of a rigid universe
Matthieu Sozeau
2015-11-13
Continue fix of PMP, handling setoid_rewrite in let-bound hyps correctly.
Matthieu Sozeau
2015-11-11
Fix bug #3257, setoid_reflexivity should fail if not completing the goal.
Matthieu Sozeau
2015-10-28
Univs: local names handling.
Matthieu Sozeau
2015-10-13
Fix some typos.
Guillaume Melquiond
2015-10-12
Remove code that was already commented out.
Maxime Dénès
2015-10-02
Univs: fix many evar_map initializations and leaks.
Matthieu Sozeau
2015-09-23
Hopefully better names to constructors of internal_flag, as discussed
Hugo Herbelin
2015-09-22
Fixing bug #4207: setoid_rewrite creates self-referring hypotheses.
Pierre-Marie Pédrot
2015-09-14
Univs: Add universe binding lists to definitions
Matthieu Sozeau
2015-06-23
With the field record punning syntax.
Theo Zimmermann
2015-06-23
Put all arguments of strategy in record.
Theo Zimmermann
2015-06-23
Strategy is now a record type with a function field.
Theo Zimmermann
2015-06-23
Add comments.
Theo Zimmermann
2015-05-13
Safer typing primitives.
Pierre-Marie Pédrot
2015-05-11
Fixing bug #4232.
Pierre-Marie Pédrot
2015-05-05
Removing dead code in Rewrite.
Pierre-Marie Pédrot
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-02-18
Fix bug #3938
Matthieu Sozeau
2015-02-16
Fixing bug #3944.
Pierre-Marie Pédrot
2015-02-14
Fixing bug #4016.
Pierre-Marie Pédrot
2015-01-24
Tentative workaround for bug #3798.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2015-01-06
Fix setoid rewrite.
Arnaud Spiwack
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-02
For compatibility purpose, when setoid_rewriting a hypothesis, beta-iota
Pierre-Marie Pédrot
2014-12-01
More invariants in the code of Rewrite.
Pierre-Marie Pédrot
2014-11-30
Set use_evars_eagerly_in_conv_on_closed_terms in rewrite_unif_flags too.
Hugo Herbelin
2014-11-22
Attempt to organize and document unification flags of setoid rewrite.
Hugo Herbelin
2014-11-22
In setoid_rewrite error messages:
Hugo Herbelin
2014-11-22
Fix resolve_morphism to build well-scoped terms in case some arguments
Matthieu Sozeau
2014-11-18
Tentative rephrasing of error message for rewrite.
Hugo Herbelin
2014-11-10
Replugging hints in rewriting strategies.
Pierre-Marie Pédrot
2014-11-08
Follow up to experimental eager evar unification in bcba6d1bc9:
Hugo Herbelin
2014-10-27
Cleaning and documenting Clenv.make_evar_clause
Pierre-Marie Pédrot
2014-10-26
Preventing potential evar leak in Rewrite.
Pierre-Marie Pédrot
2014-10-24
Change reduction_of_red_expr to return an e_reduction_function returning
Matthieu Sozeau
2014-10-22
Proofview: move more functions to the Unsafe module.
Arnaud Spiwack
2014-10-22
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-10-22
Lemmas/Pfedit: use full evar_map instead of universe contexts to start proofs.
Arnaud Spiwack
2014-10-21
Removing dead code in Rewrite.
Pierre-Marie Pédrot
[next]