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.

  1. isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgType

    ghc GHC.Tc.Types.Constraint

    Is this type an unsatisfiable constraint? If so, return the error message.

  2. pendingScDict_maybe :: Ct -> Maybe Ct

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  3. pendingScInst_maybe :: QCInst -> Maybe QCInst

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  4. wantedEvId_maybe :: Ct -> Maybe EvVar

    ghc GHC.Tc.Types.Constraint

    Returns the evidence Id for the argument Ct when this Ct is a Wanted. Returns Nothing otherwise.

  5. evTermCoercion_maybe :: EvTerm -> Maybe TcCoercion

    ghc GHC.Tc.Types.Evidence

    No documentation available.

  6. isSigMaybe :: UserTypeCtxt -> Maybe Name

    ghc GHC.Tc.Types.Origin

    No documentation available.

  7. lookupGlobal_maybe :: HscEnv -> Name -> IO (MaybeErr (Either Name IfaceMessage) TyThing)

    ghc GHC.Tc.Utils.Env

    No documentation available.

  8. tcLookupIdMaybe :: Name -> TcM (Maybe Id)

    ghc GHC.Tc.Utils.Env

    No documentation available.

  9. tcLookupLcl_maybe :: Name -> TcM (Maybe TcTyThing)

    ghc GHC.Tc.Utils.Env

    No documentation available.

  10. checkingExpType_maybe :: ExpType -> Maybe TcType

    ghc GHC.Tc.Utils.TcMType

    Returns the expected type when in checking mode.

Page 143 of many | Previous | Next