Skip to content

Commit 2816e77

Browse files
committed
fix
1 parent 5cb41d9 commit 2816e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Data/Option/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ variable [BEq α]
10281028
· intro h
10291029
infer_instance
10301030

1031-
@[simp, grind =] theorem beq_none {o : Option α} : (o == none) = o.isNone := by cases o <;> simp
1031+
@[simp] theorem beq_none {o : Option α} : (o == none) = o.isNone := by cases o <;> simp
10321032

10331033
@[simp, grind =]
10341034
theorem filter_beq_self [ReflBEq α] {p : α → Bool} {o : Option α} : (o.filter p == o) = o.all p := by

0 commit comments

Comments
 (0)