Skip to content

Commit 70ca6bd

Browse files
authored
Merge pull request #38 from laelath/dev
Generalize `refine_equ` congruence
2 parents 6b27740 + 2b36922 commit 70ca6bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theories/Interp/Fold.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Proof.
122122
apply CH. apply REL.
123123
Qed.
124124

125-
#[global] Instance refine_equ {E C X} h:
126-
Proper (equ eq ==> @equ E C X X eq) (@refine E C _ _ _ _ _ _ _ h X).
125+
#[global] Instance refine_equ {E C D X} (h : C ~> ctree E D):
126+
Proper (equ eq ==> @equ E D X X eq) (@refine E C _ _ _ _ _ _ _ h X).
127127
Proof.
128128
cbn.
129129
coinduction R CH.

0 commit comments

Comments
 (0)