FStarLang / FStar

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

Fix a possible crash for empty record patterns #3327

Closed mtzguido closed 1 week ago

mtzguido commented 1 week ago

The error reporting was assuming non-emptiness, fix it and change the error code to something more significant.