Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    ghc GHC.Tc.Types

    Matches on either a global TyCon or a TcTyCon.

  2. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc GHC.Tc.Types.BasicTypes

    No documentation available.

  3. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    ghc GHC.Tc.Types.BasicTypes

    Matches on either a global TyCon or a TcTyCon.

  4. canEqLHS_maybe :: Xi -> Maybe CanEqLHS

    ghc GHC.Tc.Types.Constraint

    Is a type a canonical LHS? That is, is it a tyvar or an exactly-saturated type family application? Does not look through type synonyms.

  5. canTyFamEqLHS_maybe :: Xi -> Maybe CanEqLHS

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  6. ctLocTypeOrKind_maybe :: CtLoc -> Maybe TypeOrKind

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  7. isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgType

    ghc GHC.Tc.Types.Constraint

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

  8. pendingScDict_maybe :: Ct -> Maybe Ct

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  9. pendingScInst_maybe :: QCInst -> Maybe QCInst

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  10. 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.

Page 142 of many | Previous | Next