Skip to content

Commit

Permalink
Fix FailFacts for coq-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia committed May 18, 2023
1 parent 8e28e2e commit eede8c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theories/Events/FailFacts.v
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Section FailTLaws.
+ rewrite bind_ret_l; reflexivity.
- repeat intro; cbn.
eapply eutt_clo_bind; eauto.
intros [] [] REL; cbn in *; subst; try intuition discriminate.
rewrite H0; reflexivity.
reflexivity.
intros [] [] REL; cbn in *; subst; try contradiction.
+ apply H0.
+ reflexivity.
Qed.

End FailTLaws.
Expand Down

0 comments on commit eede8c5

Please sign in to comment.