Skip to content

Commit

Permalink
chore: add source header to Combinatorics.Quiver.Symmetric (#1141)
Browse files Browse the repository at this point in the history
This file was refactored in this simultaneous Mathlib3 PR:
leanprover-community/mathlib@706d88f
so I added the header which matches this PR's SHA.
  • Loading branch information
mpenciak committed Dec 21, 2022
1 parent dddfba9 commit f441f7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Mathlib/Combinatorics/Quiver/Symmetric.lean
Expand Up @@ -3,6 +3,11 @@ Copyright (c) 2021 David Wärn. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: David Wärn, Antoine Labelle, Rémi Bottinelli
Ported by: Joël Riou, Rémi Bottinelli
! This file was ported from Lean 3 source module combinatorics.quiver.connected_component
! leanprover-community/mathlib commit 706d88f2b8fdfeb0b22796433d7a6c1a010af9f2
! Please do not edit these lines, except to modify the commit id
! if you have ported upstream changes.
-/
import Mathlib.Combinatorics.Quiver.Path
import Mathlib.Combinatorics.Quiver.Push
Expand Down Expand Up @@ -248,4 +253,3 @@ def IsPreconnected (V) [Quiver.{u + 1} V] :=
#align quiver.is_preconnected Quiver.IsPreconnected

end Quiver

0 comments on commit f441f7f

Please sign in to comment.