Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. expandSynTyConApp_maybe :: TyCon -> [Type] -> Maybe Type

    ghc-lib GHC.Plugins

    expandSynTyConApp_maybe tc tys expands the RHS of type synonym tc instantiated at arguments tys, or returns Nothing if tc is not a synonym.

  2. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc-lib GHC.Plugins

    No documentation available.

  3. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.Plugins

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

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

    ghc-lib 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

  6. getCoVar_maybe :: Coercion -> Maybe CoVar

    ghc-lib 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.)

  7. getTyVar_maybe :: Type -> Maybe TyVar

    ghc-lib GHC.Plugins

    Attempts to obtain the type variable underlying a Type

  8. idCbvMarks_maybe :: Id -> Maybe [CbvMark]

    ghc-lib GHC.Plugins

    No documentation available.

  9. idLFInfo_maybe :: Id -> Maybe LambdaFormInfo

    ghc-lib GHC.Plugins

    No documentation available.

  10. idTagSig_maybe :: Id -> Maybe TagSig

    ghc-lib GHC.Plugins

    No documentation available.

Page 298 of many | Previous | Next