aboutsummaryrefslogtreecommitdiff
path: root/tactics/rewrite.mli
AgeCommit message (Expand)Author
2016-03-21Creating a dedicated ltac/ folder for Hightactics.Pierre-Marie Pédrot
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2016-01-11CLEANUP: kernel/context.ml{,i}Matej Kosik
2015-05-05Making the strategy type in Rewrite opaque.Pierre-Marie Pédrot
2015-01-12Update headers.Maxime Dénès
2014-11-22Attempt to organize and document unification flags of setoid rewrite.Hugo Herbelin
2014-10-21Removing dead code in Rewrite.Pierre-Marie Pédrot
2014-09-14Rewrite.apply_strategy uses the same return type as strategies.Pierre-Marie Pédrot
2014-09-14Proper type for rewrite strategy results.Pierre-Marie Pédrot
2014-09-11Use an AST for strategy names.Matthieu Sozeau
2014-07-14Redo PMP's patch to rewriting to make it purely functional using state passing.Matthieu Sozeau
2014-06-11Fix bug #3291, stack overflow in rewrite.Matthieu Sozeau
2014-05-06- Fix bug preventing apply from unfolding Fixpoints.Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-01-14Removing unused tactics in rewrite.Pierre-Marie Pédrot
2013-11-02The tactic [admit] exits with the "unsafe" status.aspiwack
2013-11-02Makes the new Proofview.tactic the basic type of Ltac.aspiwack
2013-09-26Opacifying the type of strategies.ppedrot
2013-09-26Splitting Rewrite into a code part and a CAMLP4-dependent one.ppedrot