Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
canonicalize :: Ct -> TcS (StopOrContinue Ct) Source #
unifyWanted :: RewriterSet -> CtLoc -> Role -> TcType -> TcType -> TcS Coercion Source #
data StopOrContinue a Source #
Instances
Functor StopOrContinue Source # | |
Defined in GHC.Tc.Solver.Canonical fmap :: (a -> b) -> StopOrContinue a -> StopOrContinue b Source # (<$) :: a -> StopOrContinue b -> StopOrContinue a Source # | |
Outputable a => Outputable (StopOrContinue a) Source # | |
Defined in GHC.Tc.Solver.Canonical ppr :: StopOrContinue a -> SDoc Source # |
stopWith :: CtEvidence -> String -> TcS (StopOrContinue a) Source #
continueWith :: a -> TcS (StopOrContinue a) Source #
andWhenContinue :: TcS (StopOrContinue a) -> (a -> TcS (StopOrContinue b)) -> TcS (StopOrContinue b) infixr 0 Source #
rewriteEqEvidence :: RewriterSet -> CtEvidence -> SwapFlag -> Reduction -> Reduction -> TcS CtEvidence Source #
solveCallStack :: CtEvidence -> EvCallStack -> TcS () Source #