Hoogle Search

Within LTS Haskell 24.39 (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-lib-parser GHC.Tc.Types.Constraint

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

  2. pendingScDict_maybe :: Ct -> Maybe Ct

    ghc-lib-parser GHC.Tc.Types.Constraint

    No documentation available.

  3. pendingScInst_maybe :: QCInst -> Maybe QCInst

    ghc-lib-parser GHC.Tc.Types.Constraint

    No documentation available.

  4. wantedEvId_maybe :: Ct -> Maybe EvVar

    ghc-lib-parser GHC.Tc.Types.Constraint

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

  5. ctLocTypeOrKind_maybe :: CtLoc -> Maybe TypeOrKind

    ghc-lib-parser GHC.Tc.Types.CtLoc

    No documentation available.

  6. evTermCoercion_maybe :: EvTerm -> Maybe TcCoercion

    ghc-lib-parser GHC.Tc.Types.Evidence

    No documentation available.

  7. isSigMaybe :: UserTypeCtxt -> Maybe Name

    ghc-lib-parser GHC.Tc.Types.Origin

    No documentation available.

  8. anyTy_maybe :: Type -> Maybe Kind

    ghc-lib-parser GHC.Tc.Utils.TcType

    Check whether the type is of the form Any :: k, returning the kind k.

  9. checkingExpType_maybe :: ExpType -> Maybe TcType

    ghc-lib-parser GHC.Tc.Utils.TcType

    Returns the expected type when in checking mode.

  10. getCastedTyVar_maybe :: Type -> Maybe (TyVar, CoercionN)

    ghc-lib-parser GHC.Tc.Utils.TcType

    If the type is a tyvar, possibly under a cast, returns it, along with the coercion. Thus, the co is :: kind tv ~N kind ty

Page 206 of many | Previous | Next