-- |
-- Module:      Math.NumberTheory.Recurrencies
-- Description: Deprecated
-- Copyright:   (c) 2019 Andrew Lelechenko
-- Licence:     MIT
-- Maintainer:  Andrew Lelechenko <andrew.lelechenko@gmail.com>
--

module Math.NumberTheory.UniqueFactorisation {-# DEPRECATED "Use `Math.NumberTheory.Primes` instead." #-}
    ( module Math.NumberTheory.Primes
    ) where

import Math.NumberTheory.Primes