Hoogle Search

Within LTS Haskell 24.24 (ghc-9.10.3)

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

  1. typeHasFixedRuntimeRep :: HasDebugCallStack => Type -> Bool

    ghc GHC.Core.Type

    Returns True if a type has a syntactically fixed runtime rep, as per Note [Fixed RuntimeRep] in GHC.Tc.Utils.Concrete. This function is equivalent to `isFixedRuntimeRepKind . typeKind` but much faster. Precondition: The type has kind (TYPE blah)

  2. unfoldingReportPrefix :: UnfoldingOpts -> !Maybe String

    ghc GHC.Core.Unfold

    Only report inlining decisions for names with this prefix

  3. updateReportPrefix :: Maybe String -> UnfoldingOpts -> UnfoldingOpts

    ghc GHC.Core.Unfold

    No documentation available.

  4. ruleMatchTyKiX :: TyCoVarSet -> RnEnv2 -> TvSubstEnv -> Type -> Type -> Maybe TvSubstEnv

    ghc GHC.Core.Unify

    This one is called from the expression matcher, which already has a MatchEnv in hand

  5. fixM :: (a -> IOEnv env a) -> IOEnv env a

    ghc GHC.Data.IOEnv

    No documentation available.

  6. type Prefix = Word64

    ghc GHC.Data.Word64Map.Internal

    No documentation available.

  7. type Prefix = Word64

    ghc GHC.Data.Word64Set.Internal

    No documentation available.

  8. prefixBitMask :: Word64

    ghc GHC.Data.Word64Set.Internal

    No documentation available.

  9. suffixBitMask :: Word64

    ghc GHC.Data.Word64Set.Internal

    No documentation available.

  10. AnySuffix :: (String -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

Page 71 of many | Previous | Next