dafny-lang / libraries

Libraries useful for Dafny programs
Other
43 stars 25 forks source link

Fix JSON proof instability #127

Closed stefan-aws closed 1 year ago

stefan-aws commented 1 year ago

src/JSON/ZeroCopy/Deserializer.dfy and src/JSON/ZeroCopy/Serializer.dfy verified in 4.0, but not in 4.1. This PR fixes the issue.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.