[PDF][PDF] Verification of closures in rust programs

F Wolff - 2020 - research-collection.ethz.ch
We consider the problem of closure verification in the context of Rust programs and, speci
cally, the Prusti project. We categorize closure occurrences in real-world code into four …

[PDF][PDF] Verification of closures for Go programs

S Milizia, P Müller - 2022 - ethz.ch
Closures are anonymous functions which are able to capture variables declared in the
enclosing scope. They are a common and useful feature, present in many popular …