EasyCrypt / easycrypt

EasyCrypt: Computer-Aided Cryptographic Proofs
MIT License
321 stars 49 forks source link

Propagate extended code positions to more tactics #649

Closed strub closed 1 month ago

strub commented 1 month ago
Nearly all program tactics (`wp`, `sp`, ...) can now take extended
code positions as arguments.

Moreover, extended code positions have been extended s.t. they
can now target a assignment with a specific variable. The syntax is
`^x<-` where `x` is the program variable name.
strub commented 1 month ago

Ah, yes. I wanted to split them. I think I will simply add a note as you wrote.