EasyCrypt / easycrypt

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

InvalidGoalShape #590

Closed strub closed 1 month ago

strub commented 4 months ago
op p : int -> bool.

lemma foo x : p x.
proof.
pose S (x : int) := x.
rewrite -/(S x).
pose G x := S x.
rewrite -/(G x).
rewrite /G.