Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. CannotMixGADTConsWith98Cons :: ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  2. FixedRuntimeRepDataConField :: FixedRuntimeRepProvenance

    ghc GHC.Tc.Errors.Types

    Data constructor fields must have a fixed runtime representation. Tests: T11734, T18534.

  3. FixedRuntimeRepError :: [FixedRuntimeRepErrorInfo] -> TcSolverReportMsg

    ghc GHC.Tc.Errors.Types

    A violation of the representation-polymorphism invariants. See FixedRuntimeRepErrorInfo and FixedRuntimeRepContext for more information.

  4. data FixedRuntimeRepErrorInfo

    ghc GHC.Tc.Errors.Types

    Stores the information to be reported in a representation-polymorphism error message.

  5. FixedRuntimeRepPatSynSigArg :: FixedRuntimeRepProvenance

    ghc GHC.Tc.Errors.Types

    Pattern synonym signature arguments must have a fixed runtime representation. Test: RepPolyPatSynArg.

  6. FixedRuntimeRepPatSynSigRes :: FixedRuntimeRepProvenance

    ghc GHC.Tc.Errors.Types

    Pattern synonym signature scrutinee must have a fixed runtime representation. Test: RepPolyPatSynRes.

  7. data FixedRuntimeRepProvenance

    ghc GHC.Tc.Errors.Types

    In what context did we require a type to have a fixed runtime representation? Used by checkTypeHasFixedRuntimeRep for throwing representation polymorphism errors when validity checking. See Note [Representation polymorphism checking] in GHC.Tc.Utils.Concrete

  8. MismatchedDataConFixities :: BootDataConMismatch

    ghc GHC.Tc.Errors.Types

    The fixities of the DataCons differ.

  9. NonVarInInfixExpr :: ConversionFailReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  10. TcRnHsigFixityMismatch :: TyThing -> Fixity -> Fixity -> TcRnMessage

    ghc GHC.Tc.Errors.Types

    TcRnHsigFixityMismatch is an error indicating that the fixity decl in a Backpack signature file differs from the one in the source file for the same operator. Test cases: bkpfail37, bkpfail38

Page 84 of many | Previous | Next