{-| Module : FiniteCategories Description : Arbitrary values you can change. Copyright : Guillaume Sabbagh 2021 License : GPL-3 Maintainer : guillaumesabbagh@protonmail.com Stability : experimental Portability : portable Arbitrary values you can change. -} module Config.Config ( maximumLoopDepth ) where -- | The maximum number of loops in a /CompositionGraph/ before it throws an error. maximumLoopDepth = 10