FStarLang / FStar

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

Resugar: make sure to compress before checking for machine integers #3486

Closed mtzguido closed 2 months ago

mtzguido commented 2 months ago

This printing was failing to recognize machine integer constants (i.e. applications of __uint_to_t when either the head or argument was uncompressed).