aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/name_mangling.v
Commit message (Collapse)AuthorAge
* [ltac] Deprecate nameless fix/cofix.Gravatar Emilio Jesus Gallego Arias2018-04-13
| | | | | | | | | | | | LTAC's `fix` and `cofix` do require access to the proof object inside the tactic monad when used without a name. This is a bit inconvenient as we aim to make the handling of the proof object purely functional. Alternatives have been discussed in #7196, and it seems that deprecating the nameless forms may have the best cost/benefit ratio, so opening this PR for discussion. See also #6171.
* Implement name mangling optionGravatar Jasper Hugunin2018-02-17