ghc-8.4.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

TcCanonical

Documentation

data StopOrContinue a Source #

Constructors

ContinueWith a 
Stop CtEvidence SDoc 
Instances
Functor StopOrContinue # 
Instance details

Defined in TcCanonical

Methods

fmap :: (a -> b) -> StopOrContinue a -> StopOrContinue b Source #

(<$) :: a -> StopOrContinue b -> StopOrContinue a Source #

Outputable a => Outputable (StopOrContinue a) # 
Instance details

Defined in TcCanonical