Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jan 12, 2025
1 parent fa78cf7 commit cdcb578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Init/Data/Array/Lemmas.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ theorem filterMap_eq_push_iff {f : α → Option β} {l : Array α} {l' : Array

/-! ### singleton -/

@[simp] theorem singleton_def (v : α) : singleton v = #[v] := rfl
@[simp] theorem singleton_def (v : α) : Array.singleton v = #[v] := rfl

/-! ### append -/

Expand Down

0 comments on commit cdcb578

Please sign in to comment.