Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. mapMaybeOccEnv :: (a -> Maybe b) -> OccEnv a -> OccEnv b

    ghc GHC.Plugins

    mapMaybe for b OccEnv.

  2. mkBoxedRepApp_maybe :: LevityType -> Maybe Type

    ghc GHC.Plugins

    Given a Levity, apply BoxedRep to it On the fly, rewrite BoxedRep Lifted --> liftedRepTy (a synonym) BoxedRep Unlifted --> unliftedRepTy (ditto) See Note [TYPE and CONSTRAINT] in GHC.Builtin.Types.Prim. See Note [Using synonyms to compress types] in GHC.Core.Type

  3. mkCONSTRAINTapp_maybe :: RuntimeRepType -> Maybe Type

    ghc GHC.Plugins

    Just like mkTYPEapp_maybe

  4. mkTYPEapp_maybe :: RuntimeRepType -> Maybe Type

    ghc GHC.Plugins

    Given a RuntimeRep, applies TYPE to it. On the fly it rewrites TYPE LiftedRep --> liftedTypeKind (a synonym) TYPE UnliftedRep --> unliftedTypeKind (ditto) TYPE ZeroBitRep --> zeroBitTypeKind (ditto) NB: no need to check for TYPE (BoxedRep Lifted), TYPE (BoxedRep Unlifted) because those inner types should already have been rewritten to LiftedRep and UnliftedRep respectively, by mkTyConApp see Note [TYPE and CONSTRAINT] in GHC.Builtin.Types.Prim. See Note [Using synonyms to compress types] in GHC.Core.Type

  5. mkTupleRepApp_maybe :: Type -> Maybe Type

    ghc GHC.Plugins

    Given a `[RuntimeRep]`, apply TupleRep to it On the fly, rewrite TupleRep [] -> zeroBitRepTy (a synonym) See Note [TYPE and CONSTRAINT] in GHC.Builtin.Types.Prim. See Note [Using synonyms to compress types] in GHC.Core.Type

  6. nameModule_maybe :: Name -> Maybe Module

    ghc GHC.Plugins

    No documentation available.

  7. namePun_maybe :: Name -> Maybe FastString

    ghc GHC.Plugins

    No documentation available.

  8. namedPiTyBinder_maybe :: PiTyBinder -> Maybe TyCoVar

    ghc GHC.Plugins

    No documentation available.

  9. recordSelectorTyCon_maybe :: Id -> Maybe RecSelParent

    ghc GHC.Plugins

    No documentation available.

  10. repGetTyVar_maybe :: Type -> Maybe TyVar

    ghc GHC.Plugins

    Attempts to obtain the type variable underlying a Type, without any expansion

Page 141 of many | Previous | Next