aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/proofBlockDelimiter.ml
Commit message (Collapse)AuthorAge
* [stm] Fix record field name clash.Gravatar Emilio Jesus Gallego Arias2016-10-18
| | | | | | | | | | PR#173 introduced a record field name clash in `stm.mli`, with duplicate fields `start/stop` for the types `focus` and `static_block_declaration`. We fix by renaming the younger ones (as to minimize code incompatibilities), but other options are possible/could be preferred, however they would be quite more invasive so I think they should be postponed for the day the Stm API is cleaned up.
* DocumentationGravatar Enrico Tassi2016-06-07
|
* Error box detection run only on errorGravatar Enrico Tassi2016-06-06
| | | | | Advantage: 0 cost if no error occurs Disadvantage: a box *must* end with the error absorbing command
* STM: proof block detection for indentationGravatar Enrico Tassi2016-06-06
|
* STM: proof block detection for par:Gravatar Enrico Tassi2016-06-06
| | | | | "par: tac" is a terminator, if it fails we can admit all focused goals and continue.
* STM: proof block detection for bullets and { block }Gravatar Enrico Tassi2016-06-06