ghc-lib-parser-9.2.1.20220109: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Core.TyCon.RecWalk

Synopsis

Recursion breaking

defaultRecTcMaxBound :: Int Source #

The default upper bound (100) for the number of times a RecTcChecker is allowed to encounter each TyCon.

setRecTcMaxBound :: Int -> RecTcChecker -> RecTcChecker Source #

Change the upper bound for the number of times a RecTcChecker is allowed to encounter each TyCon.