Skip to content

Commit

Permalink
fix breakage from previous commit removing an unneeded hypothesis fro…
Browse files Browse the repository at this point in the history
…m a lemma

Signed-off-by: Avi Shinnar <[email protected]>
  • Loading branch information
shinnar committed Dec 2, 2024
1 parent db02015 commit e38db3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coq/QLearn/qlearn_redux.v
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,6 @@ Proof.
(g := const (Rbar.Finite A2)).
- typeclasses eauto.
- typeclasses eauto.
- typeclasses eauto.
- revert alpha_sqr.
apply almost_impl, all_almost.
intros; red; intros.
Expand Down Expand Up @@ -2326,7 +2325,6 @@ Proof.
(g := const (Rbar.Finite A2)).
- typeclasses eauto.
- typeclasses eauto.
- typeclasses eauto.
- revert alpha_sqr.
apply almost_impl, all_almost.
intros; red; intros.
Expand Down

0 comments on commit e38db3a

Please sign in to comment.