aboutsummaryrefslogtreecommitdiff
path: root/API/API.ml
AgeCommit message (Collapse)Author
2017-06-12[proof] Move bullets to their own module.Emilio Jesus Gallego Arias
Bullets were placed inside the `Proof_global` module, I guess that due to the global registration function. However, it has logically nothing to do with the functionality of `Proof_global` and the current placement may create some interference between the developers reworking proof state handling and bullets. We thus put the bullet functionality into its own, independent file.
2017-06-07Put all plugins behind an "API".Matej Kosik