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.
AllowAmbiguousTypes :: Extensionghc-lib-parser GHC.LanguageExtensions.Type No documentation available.
-
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.
AllCafsCC :: Module -> SrcSpan -> CostCentreghc-lib-parser GHC.Types.CostCentre No documentation available.
AllFieldsSame :: Cpr -> UnpackConFieldsResultghc-lib-parser GHC.Types.Cpr No documentation available.
pattern
AllRelevantGREs :: WhichGREs GREInfoghc-lib-parser GHC.Types.Name.Reader Look up as many possibly relevant GlobalRdrElts as possible.
-
ghc-lib-parser GHC.Utils.Exception This thread has exceeded its allocation limit. See setAllocationCounter and enableAllocationLimit.
AllocationLimitExceeded :: AllocationLimitExceededghc-lib-parser GHC.Utils.Exception No documentation available.
-
ghc-lib-parser GHC.Utils.Outputable No documentation available.
-
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.
AllowThunk :: a -> AllowThunk anothunks NoThunks.Class No documentation available.