aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mllib
Commit message (Collapse)AuthorAge
* STM: proof block detection for bullets and { block }Gravatar Enrico Tassi2016-06-06
|
* Move serialization functions out of StmGravatar Emilio Jesus Gallego Arias2016-06-02
| | | | | | | | | Serialization should be specific to each particular backend, so we let the Stm clients choose how the send the nodes. This should be quite safe to pull in. Test suite passes. Related to #180
* rename: vi -> vioGravatar Enrico Tassi2015-01-06
|
* XML pretty printing for AST (work by François Poulain, project DoCoq)Gravatar Enrico Tassi2014-09-29
| | | | It is not 100% complete, but the main part is there.
* coqworkmgrGravatar Enrico Tassi2014-09-02
|
* STM: code restructured to reuse task queue for tacticsGravatar Enrico Tassi2014-08-05
|
* Adding a stm/ folder, as asked during last workgroup. It was essentially movingGravatar Pierre-Marie Pédrot2014-04-25
files around. A bunch of files from lib/ that were only used in the STM were moved, as well as part of toplevel/ related to the STM.