Skip to content

Commit 79b3ab0

Browse files
committed
drop the rfl
1 parent 96f983a commit 79b3ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Algebra/Free.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ instance : LawfulTraversable FreeSemigroup.{u} :=
669669
(fun x y ih1 ih2 ↦ by simp only [traverse_mul, functor_norm, ih1, ih2])
670670
traverse_eq_map_id := fun f x ↦
671671
FreeSemigroup.recOnMul x (fun _ ↦ rfl) fun x y ih1 ih2 ↦ by
672-
rw [traverse_mul, ih1, ih2, map_mul', map_pure]; rfl }
672+
rw [traverse_mul, ih1, ih2, map_mul', map_pure, seq_pure, map_pure] }
673673

674674
end Category
675675

0 commit comments

Comments
 (0)