We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b27740 + 2b36922 commit 70ca6bdCopy full SHA for 70ca6bd
1 file changed
theories/Interp/Fold.v
@@ -122,8 +122,8 @@ Proof.
122
apply CH. apply REL.
123
Qed.
124
125
-#[global] Instance refine_equ {E C X} h:
126
- Proper (equ eq ==> @equ E C X X eq) (@refine E C _ _ _ _ _ _ _ h X).
+#[global] Instance refine_equ {E C D X} (h : C ~> ctree E D):
+ Proper (equ eq ==> @equ E D X X eq) (@refine E C _ _ _ _ _ _ _ h X).
127
Proof.
128
cbn.
129
coinduction R CH.
0 commit comments