Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc GHC.Tc.Types.BasicTypes

    No documentation available.

  2. tcTyThingTyCon_maybe :: TcTyThing -> Maybe TyCon

    ghc GHC.Tc.Types.BasicTypes

    Matches on either a global TyCon or a TcTyCon.

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

  4. canTyFamEqLHS_maybe :: Xi -> Maybe CanEqLHS

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  5. ctLocTypeOrKind_maybe :: CtLoc -> Maybe TypeOrKind

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  6. isUnsatisfiableCt_maybe :: Type -> Maybe ErrorMsgType

    ghc GHC.Tc.Types.Constraint

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

  7. pendingScDict_maybe :: Ct -> Maybe Ct

    ghc GHC.Tc.Types.Constraint

    No documentation available.

  8. pendingScInst_maybe :: QCInst -> Maybe QCInst

    ghc GHC.Tc.Types.Constraint

    No documentation available.

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

  10. evTermCoercion_maybe :: EvTerm -> Maybe TcCoercion

    ghc GHC.Tc.Types.Evidence

    No documentation available.

Page 147 of many | Previous | Next