aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacticMatching.ml
Commit message (Expand)AuthorAge
* Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possibleGravatar Matthieu Sozeau2014-08-25
* CPS-style tactic matching. We use the tactic monad as the target of the CPS.Gravatar Pierre-Marie Pédrot2014-07-28
* Small code sharing in TacticMatching.Gravatar Pierre-Marie Pédrot2014-07-22
* Using IStream coiterator to explicit the captured state of tactic matching re...Gravatar Pierre-Marie Pédrot2014-07-05
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* Remove some dead-code (thanks to ocaml warnings)Gravatar Pierre Letouzey2014-03-05
* Matching --> ConstrMatching (was clashing with OCaml's compiler-libs)Gravatar Pierre Letouzey2014-03-02
* TacticMatching: avoid some closure allocation in (<*>).Gravatar Arnaud Spiwack2014-02-24
* Removed some trailing whitespaces.Gravatar Arnaud Spiwack2014-02-24
* IStream: a concat_map primitive.Gravatar Arnaud Spiwack2014-02-24
* Optimization: in case of empty substitution, merging is trivial.Gravatar Pierre-Marie Pédrot2013-11-19
* Slightly faster version of merging substitutions in TacticMatching.Gravatar ppedrot2013-11-16
* Implementation of Ltac's match and match goal fully based on IStream.Gravatar aspiwack2013-11-14