aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/6378.v
Commit message (Collapse)AuthorAge
* Add tactics to reset and display the Ltac profileGravatar Jason Gross2017-12-14
| | | | | This is useful for tactics that run a bunch of tests and need to display the profile for each of them.
* Allow LtacProf tactics to be calledGravatar Jason Gross2017-12-11
This fixes #6378. Previously the ML module was never declared anywhere. Thanks to @cmangin for the pointer.