summaryrefslogtreecommitdiff
path: root/src/reporting_basic.mli
AgeCommit message (Collapse)Author
2018-10-31Rename Reporting_basic to ReportingAlasdair Armstrong
There is no Reporting_complex, so it's not clear what the basic is intended to signify anyway. Add a GitHub issue link to any err_unreachable errors (as they are all bugs)
2018-08-28add __POS__ argument to Err_unreachable for better error reportingJon French
2017-12-05Update license headers for Sail sourceAlasdair Armstrong
2017-08-04Various improvements for ASL generationAlasdair Armstrong
Fixed a bug where existential constraint's weren't used to solve function quantifiers correctly
2017-02-03fix headersPeter Sewell
2016-06-20Fix error in type checker that put some constraints wrongly into conditional ↵Kathy Gray
constraints, breaking power. Also improve reporting of contract constraints, but then turn them off :( to allow power to compile.
2013-08-08More forms converting from parse_ast to ast; also removed some annot aux ↵Kathy Gray
homs for terms that only need locations and not full annotations
2013-08-01Lex and discard commentsGabriel Kerneis
2013-07-31Revert "Remove the wrong reporting basic"Gabriel Kerneis
This reverts commit b0efdb7172e65707cceab0eff469584217b8b589.
2013-07-31Remove the wrong reporting basicKathy Gray
2013-07-31Adding the real reporting basicKathy Gray