Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Sep 26, 2024
1 parent 09013f8 commit fc735ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Batteries/Data/Array/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ theorem size_set! (a : Array α) (i v) : (a.set! i v).size = a.size := by
theorem mapM_empty [Monad m] (f : α → m β) : mapM f #[] = pure #[] := by
rw [mapM, mapM.map]; rfl

@[simp] theorem map_empty (f : α → β) : map f #[] = #[] := mapM_empty f
theorem map_empty (f : α → β) : map f #[] = #[] := mapM_empty f

/-! ### mem -/

Expand Down

0 comments on commit fc735ab

Please sign in to comment.