Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. pc_SIZEOF_StgSMPThunkHeader :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc-lib-parser GHC.Platform

    No documentation available.

  2. parseConstantsHeader :: FilePath -> IO PlatformConstants

    ghc-lib-parser GHC.Platform.Constants

    No documentation available.

  3. pc_OFFSET_StgHeader_ccs :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc-lib-parser GHC.Platform.Constants

    No documentation available.

  4. pc_OFFSET_StgHeader_ldvw :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc-lib-parser GHC.Platform.Constants

    No documentation available.

  5. pc_SIZEOF_StgSMPThunkHeader :: PlatformConstants -> {-# UNPACK #-} !Int

    ghc-lib-parser GHC.Platform.Constants

    No documentation available.

  6. getObjectHeader :: ReadBinHandle -> IO (Either String ModuleName)

    ghc-lib-parser GHC.StgToJS.Object

    Parse object header

  7. IllegalInstanceHead :: IllegalInstanceHeadReason -> IllegalClassInstanceReason

    ghc-lib-parser GHC.Tc.Errors.Types

    An illegal type at the head of the instance. See IllegalInstanceHeadReason.

  8. data IllegalInstanceHeadReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Why is a class instance head invalid?

  9. InstHeadAbstractClass :: Class -> IllegalInstanceHeadReason

    ghc-lib-parser GHC.Tc.Errors.Types

    An instance for an abstract class from an hs-boot or Backpack hsig file. Example:

    • - A.hs-boot module A where class C a
    • - B.hs module B where import {-# SOURCE #-} A instance C Int where
    • - A.hs module A where import B class C a where f :: a
    Test cases: typecheckshould_failT13068

  10. InstHeadMultiParam :: IllegalInstanceHeadReason

    ghc-lib-parser GHC.Tc.Errors.Types

    Multi-param instance without -XMultiParamTypeClasses. Example: instance C a b where {..} Test case: IllegalMultiParamInstance

Page 212 of many | Previous | Next