Closed mtzguido closed 3 months ago
I usually use an effectful function that returns a constant to prevent optimizations. But this is fine too! Thanks, this looks good to me, you can go ahead and merge. Thanks so much.
Thanks! Sorry, I should have removed the (RFC) before merging...
Hi Jonathan, this PR adds a test for
mul_underspec
to test the patch in https://github.com/FStarLang/FStar/pull/3349.I had to use this
irreducible
four definition to prevent the normalizer from simpliyfing the operation, so we actually try to extract it. Not sure if you have a better way?I don't know if this is of much value as-is, maybe we can beef it up with other operations/widths too. For that I think
main
would look likeor something similar.