Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. globalRegMaybe :: GlobalReg -> Maybe RealReg

    ghc GHC.Platform.X86

    No documentation available.

  2. globalRegMaybe :: GlobalReg -> Maybe RealReg

    ghc GHC.Platform.X86_64

    No documentation available.

  3. anonPiTyBinderType_maybe :: PiTyBinder -> Maybe Type

    ghc GHC.Plugins

    Extract a relevant type, if there is one.

  4. asJoinId_maybe :: Id -> JoinPointHood -> Id

    ghc GHC.Plugins

    No documentation available.

  5. deepUserTypeError_maybe :: Type -> Maybe ErrorMsgType

    ghc GHC.Plugins

    No documentation available.

  6. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc GHC.Plugins

    No documentation available.

  7. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc GHC.Plugins

    No documentation available.

  8. funTyConAppTy_maybe :: FunTyFlag -> Type -> Type -> Type -> Maybe (TyCon, [Type])

    ghc GHC.Plugins

    Given the components of a FunTy figure out the corresponding TyConApp.

  9. getCastedTyVar_maybe :: Type -> Maybe (TyVar, CoercionN)

    ghc GHC.Plugins

    If the type is a tyvar, possibly under a cast, returns it, along with the coercion. Thus, the co is :: kind tv ~N kind ty

  10. getCoVar_maybe :: Coercion -> Maybe CoVar

    ghc GHC.Plugins

    Extract a covar, if possible. This check is dirty. Be ashamed of yourself. (It's dirty because it cares about the structure of a coercion, which is morally reprehensible.)

Page 133 of many | Previous | Next