Closed strub closed 1 year ago
Reported by Adrien Koutsos:
The following program causes an anomaly:
lemma foo : let x = 0 in x = 0. proof. move=> x. have A : x = 0; 1: auto. have B : x = x; 1: auto. rewrite -A in B.
@akoutsos
Reported by Adrien Koutsos:
The following program causes an anomaly: