Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgTypeghc GHC.Tc.Types.Constraint Is this type an unsatisfiable constraint? If so, return the error message.
pendingScDict_maybe :: Ct -> Maybe Ctghc GHC.Tc.Types.Constraint No documentation available.
pendingScInst_maybe :: QCInst -> Maybe QCInstghc GHC.Tc.Types.Constraint No documentation available.
wantedEvId_maybe :: Ct -> Maybe EvVarghc GHC.Tc.Types.Constraint Returns the evidence Id for the argument Ct when this Ct is a Wanted. Returns Nothing otherwise.
evTermCoercion_maybe :: EvTerm -> Maybe TcCoercionghc GHC.Tc.Types.Evidence No documentation available.
isSigMaybe :: UserTypeCtxt -> Maybe Nameghc GHC.Tc.Types.Origin No documentation available.
lookupGlobal_maybe :: HscEnv -> Name -> IO (MaybeErr (Either Name IfaceMessage) TyThing)ghc GHC.Tc.Utils.Env No documentation available.
tcLookupIdMaybe :: Name -> TcM (Maybe Id)ghc GHC.Tc.Utils.Env No documentation available.
tcLookupLcl_maybe :: Name -> TcM (Maybe TcTyThing)ghc GHC.Tc.Utils.Env No documentation available.
checkingExpType_maybe :: ExpType -> Maybe TcTypeghc GHC.Tc.Utils.TcMType Returns the expected type when in checking mode.