aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/term_dnet.ml
Commit message (Collapse)AuthorAge
* Add a boolean to indicate the unfolding state of a primitive projection,Gravatar Matthieu Sozeau2014-09-27
| | | | | | | | so as to reproduce correctly the reduction behavior of existing projections, i.e. delta + iota. Make [projection] an abstract datatype in Names.ml, most of the patch is about using that abstraction. Fix unification.ml which tried canonical projections too early in presence of primitive projections.
* Removing dead code.Gravatar Pierre-Marie Pédrot2014-06-17
|
* Moving Dnet-related code to tactics/.Gravatar Pierre-Marie Pédrot2014-05-08