Quantcast
Channel: Dafny: An Automatic Program Verifier for Functional Correctness
Viewing all articles
Browse latest Browse all 1106

Source code checked in, #39d0dcc4247c

$
0
0
Fix issue 161. Add $Is and $IsAlloc for the $let$_canCall axiom. So for let-such-that expression: var x:X, y:Y :| P(x,y,g); F(...) the axiom will be axiom (forall g:G :: { $let$x(g) } { $let$y(g) } $let$_canCall(g)) ==> $Is($let$x(g), X) && $IsAlloc($let$x(g),X) && $Is($let$y(g), Y) && $IsAlloc($let$y(g),Y) && P($let$x(g), $let$y(g), g))

Viewing all articles
Browse latest Browse all 1106

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>