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. getTyVar_maybe :: Type -> Maybe TyVar

    ghc GHC.Plugins

    Attempts to obtain the type variable underlying a Type

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

    ghc GHC.Plugins

    No documentation available.

  3. idLFInfo_maybe :: Id -> Maybe LambdaFormInfo

    ghc GHC.Plugins

    No documentation available.

  4. idTagSig_maybe :: Id -> Maybe TagSig

    ghc GHC.Plugins

    No documentation available.

  5. instNewTyCon_maybe :: TyCon -> [Type] -> Maybe (Type, Coercion)

    ghc GHC.Plugins

    If `instNewTyCon_maybe T ts = Just (rep_ty, co)` then `co :: T ts ~R# rep_ty` Checks for a newtype, and for being saturated

  6. isClassOpId_maybe :: Id -> Maybe Class

    ghc GHC.Plugins

    No documentation available.

  7. isCoercionTy_maybe :: Type -> Maybe Coercion

    ghc GHC.Plugins

    No documentation available.

  8. isDataConId_maybe :: Id -> Maybe DataCon

    ghc GHC.Plugins

    No documentation available.

  9. isDataConWorkId_maybe :: Id -> Maybe DataCon

    ghc GHC.Plugins

    No documentation available.

  10. isDataConWrapId_maybe :: Id -> Maybe DataCon

    ghc GHC.Plugins

    No documentation available.

Page 134 of many | Previous | Next