Commit 2024-05-11 17:10 83018cff
View on Github →chore: Move UFD instance for Nat
(#12401)
This reduces the imports to RingTheory.Int.Basic
. Maybe those instances could go to a new file RingTheory.UniqueFactorizationDomain.Nat
to avoid having to import Data.Nat.Factors
in RingTheory.UniqueFactorizationDomain
, but also that new import is much more lightweight than the existing ones.