%0 Conference Paper %A Blázquez, Jorge %A Montenegro Montes, Manuel %A Segura Díaz, Clara María %T Verification of mutable data structures in Dafny: methodological aspects %D 2021 %U https://hdl.handle.net/20.500.14352/93186 %X We address the verification of mutable, heap-allocated abstract data types (ADTs) in Dafny. In particular, we devise a generic verification methodology and apply it to the specification and implementation of linear collections such as stacks,queues, deques, and lists with iterators. The layered approach presented in this paper allows us to progressively refine some aspects of the specification, such as iterator invalidation. We also introduce a stratified view of the footprint of aninstance (i.e. the set of memory locations owned by that instance), and identify the boilerplate conditions common to all operations of an ADT. We also show the usage of the resulting implementations by means of verified examples. %~