Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
canonicalize :: Ct -> TcS (StopOrContinue Ct) Source #
maybeSym :: SwapFlag -> TcCoercion -> TcCoercion Source #
data StopOrContinue a Source #
Functor StopOrContinue # | |
Outputable a => Outputable (StopOrContinue a) # | |
stopWith :: CtEvidence -> String -> TcS (StopOrContinue a) Source #
continueWith :: a -> TcS (StopOrContinue a) Source #