packages feed

FiniteCategories-0.1.0.0: src/Config/Config.hs

{-| 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