ghc-8.4.0.20180224: The GHC API

Safe HaskellNone
LanguageHaskell2010

TcCanonical

Documentation

data StopOrContinue a Source #

Constructors

ContinueWith a 
Stop CtEvidence SDoc 
Instances
Functor StopOrContinue Source # 
Instance details

Methods

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

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

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