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

Fix bad line break.

parent 2e4bd8f5
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,8 @@ Global Instance frame_and p progress1 progress2 R P1 P2 Q1 Q2 Q' : ...@@ -138,8 +138,8 @@ Global Instance frame_and p progress1 progress2 R P1 P2 Q1 Q2 Q' :
MakeAnd Q1 Q2 Q' MakeAnd Q1 Q2 Q'
Frame p R (P1 P2) Q' | 9. Frame p R (P1 P2) Q' | 9.
Proof. Proof.
rewrite /MaybeFrame /Frame /MakeAnd => <- <- _ <-. apply and_intro; rewrite /MaybeFrame /Frame /MakeAnd => <- <- _ <-.
[rewrite and_elim_l|rewrite and_elim_r]; done. apply and_intro; [rewrite and_elim_l|rewrite and_elim_r]; done.
Qed. Qed.
Global Instance make_or_true_l P : KnownLMakeOr True P True. Global Instance make_or_true_l P : KnownLMakeOr True P True.
......
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