PrincetonUniversity / VST

Verified Software Toolchain
https://vst.cs.princeton.edu
Other
425 stars 91 forks source link

check_parameter_vals #641

Closed andrew-appel closed 1 year ago

andrew-appel commented 1 year ago

The match in Ltac floyd.forward.check_parameter_vals should be a lazymatch, otherwise the fail 4 goes to the wrong place.

andrew-appel commented 1 year ago

This is not quite correct; changing a match to a lazymatch breaks some test cases.