Relative Content

Tag Archive for dictionaryrecursionverificationdafny

Verify recursive update on a map

I have a recursive function that updates a map (string, bool).
I am trying to implement a predicate that ensures the last state of said map, however, dafny has some troubles trying to verify even the esiest postconditions.