Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. AllowAmbiguousTypes :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  2. data AllowedDataResKind

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

    Helper type used in checkDataKindSig. Superficially similar to ContextKind, but it lacks AnyKind and AnyBoxedKind, and instead of TheKind liftedTypeKind provides LiftedKind, which is much simpler to match on and handle in isAllowedDataResKind.

  3. AllCafsCC :: Module -> SrcSpan -> CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

  4. AllFieldsSame :: Cpr -> UnpackConFieldsResult

    ghc-lib-parser GHC.Types.Cpr

    No documentation available.

  5. pattern AllRelevantGREs :: WhichGREs GREInfo

    ghc-lib-parser GHC.Types.Name.Reader

    Look up as many possibly relevant GlobalRdrElts as possible.

  6. data AllocationLimitExceeded

    ghc-lib-parser GHC.Utils.Exception

    This thread has exceeded its allocation limit. See setAllocationCounter and enableAllocationLimit.

  7. AllocationLimitExceeded :: AllocationLimitExceeded

    ghc-lib-parser GHC.Utils.Exception

    No documentation available.

  8. AllTheWay :: Depth

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  9. newtype AllowThunk a

    nothunks NoThunks.Class

    Newtype wrapper for values that should be allowed to be a thunk This should be used VERY sparingly, and should ONLY be used on values (or, even rarer, types) which you are SURE cannot retain any data that they shouldn't. Bear in mind allowing a value of type T to be a thunk might cause a value of type S to be retained if T was computed from S.

  10. AllowThunk :: a -> AllowThunk a

    nothunks NoThunks.Class

    No documentation available.

Page 42 of many | Previous | Next