ghc-9.14.0.20251128: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.Core.TyCon.RecWalk

Synopsis

Recursion breaking

data RecTcChecker #

Instances

Instances details
Outputable RecTcChecker # 
Instance details

Defined in GHC.Core.TyCon.RecWalk

Methods

ppr :: RecTcChecker -> SDoc #

defaultRecTcMaxBound :: Int #

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

setRecTcMaxBound :: Int -> RecTcChecker -> RecTcChecker #

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