Skip to content

Commit 9416d0f

Browse files
arthur-adjedjkim-em
authored andcommitted
fix: forgot an assignation
1 parent acb4721 commit 9416d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lean/Elab/Deriving/BEq.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ where
7373
cases (eq_of_beq h)
7474
exact $rhs
7575
else false)
76+
rhs_empty := false
7677
else
7778
if rhs_empty then
7879
rhs ← `($a:ident == $b:ident)

0 commit comments

Comments
 (0)