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. reportAllUnsolved :: WantedConstraints -> TcM ()

    ghc GHC.Tc.Errors

    Report *all* unsolved goals as errors, even if -fdefer-type-errors is on However, do not make any evidence bindings, because we don't have any convenient place to put them. NB: Type-level holes are OK, because there are no bindings. See Note [Deferring coercion errors to runtime] Used by solveEqualities for kind equalities (see Note [Failure in local type signatures] in GHC.Tc.Solver)

  2. warnAllUnsolved :: WantedConstraints -> TcM ()

    ghc GHC.Tc.Errors

    Report all unsolved goals as warnings (but without deferring any errors to run-time). See Note [Safe Haskell Overlapping Instances Implementation] in GHC.Tc.Solver

  3. DerivErrDataConsNotAllInScope :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. EmptyCaseDisallowedCtxt :: BadEmptyCaseReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. EmptyCaseForall :: ForAllTyBinder -> BadEmptyCaseReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  6. EmptyStmtsGroupInParallelComp :: EmptyStatementGroupErrReason

    ghc GHC.Tc.Errors.Types

    Empty statement group in a parallel list comprehension

  7. ExtraConstraintWildcardNotAllowed :: SoleExtraConstraintWildcardAllowed -> BadAnonWildcardContext

    ghc GHC.Tc.Errors.Types

    No documentation available.

  8. IllegalLastStatement :: HsDoFlavour -> !LStmt GhcPs (LHsExpr GhcPs) -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  9. InvalidCCallImpent :: String -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    Source

  10. JavaScriptCallConvUnsupported :: UnsupportedCallConvention

    ghc GHC.Tc.Errors.Types

    No documentation available.

Page 309 of many | Previous | Next