Skip to content
Snippets Groups Projects
Commit b53cbe77 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'btt-on-coinductive' into 'master'

Fix w.r.t. coq/coq#10764.

See merge request !98
parents f53dfb6d ddb36d24
No related branches found
No related tags found
1 merge request!98Fix w.r.t. coq/coq#10764.
Pipeline #19772 passed
...@@ -41,7 +41,7 @@ Proof. by constructor. Qed. ...@@ -41,7 +41,7 @@ Proof. by constructor. Qed.
Global Instance equal_equivalence : Equivalence (≡@{stream A}). Global Instance equal_equivalence : Equivalence (≡@{stream A}).
Proof. Proof.
split. split.
- now cofix FIX; intros [??]; constructor. - now cofix FIX; intros ?; constructor.
- now cofix FIX; intros ?? [??]; constructor. - now cofix FIX; intros ?? [??]; constructor.
- cofix FIX; intros ??? [??] [??]; constructor; etrans; eauto. - cofix FIX; intros ??? [??] [??]; constructor; etrans; eauto.
Qed. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment