Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. BootMismatchedIdTypes :: Id -> Id -> BootMismatchWhat

    ghc GHC.Tc.Errors.Types

    The Ids have different types.

  2. DodgyImportsHiding :: ImportLookupReason -> DodgyImportsReason

    ghc GHC.Tc.Errors.Types

    A hiding clause contains something that would be reported as an error in a regular import, but is relaxed to a warning. Test cases: DodgyImports_hiding

  3. InvalidAssoc :: InvalidAssoc -> IllegalFamilyInstanceReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. data InvalidAssoc

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. InvalidAssocDefault :: InvalidAssocDefault -> InvalidAssoc

    ghc GHC.Tc.Errors.Types

    An invalid associated family default declaration. See InvalidAssocDefault.

  6. data InvalidAssocDefault

    ghc GHC.Tc.Errors.Types

    The reason that an associated family default declaration was invalid.

  7. InvalidAssocInstance :: InvalidAssocInstance -> InvalidAssoc

    ghc GHC.Tc.Errors.Types

    An invalid associated family instance. See InvalidAssocInstance.Builder

  8. data InvalidAssocInstance

    ghc GHC.Tc.Errors.Types

    The reason that an associated family instance was invalid.

  9. InvalidCCallImpent :: String -> ConversionFailReason

    ghc GHC.Tc.Errors.Types

    Source

  10. data InvalidFamInstQTv

    ghc GHC.Tc.Errors.Types

    A quantified type variable in a type or data family equation that is either not bound in any LHS patterns or not used in the RHS (or both).

Page 547 of many | Previous | Next