FStarLang / FStar

A Proof-oriented Programming Language
https://fstar-lang.org
Apache License 2.0
2.7k stars 234 forks source link

Errors: implementing error bound #3487

Closed mtzguido closed 2 months ago

mtzguido commented 2 months ago

As discussed last meeting, this allows to set a "bound" for the ranges in error reports, so that a wrongly-computed range cannot just escape to anywhere in the file, or even worse to other files.

This is not currently set by F*, but will be used by Pulse.