Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. 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

  2. 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.)

  3. getTyVar_maybe :: Type -> Maybe TyVar

    ghc-lib GHC.Plugins

    Attempts to obtain the type variable underlying a Type

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

    ghc-lib GHC.Plugins

    No documentation available.

  5. idLFInfo_maybe :: Id -> Maybe LambdaFormInfo

    ghc-lib GHC.Plugins

    No documentation available.

  6. idTagSig_maybe :: Id -> Maybe TagSig

    ghc-lib GHC.Plugins

    No documentation available.

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

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

  8. isClassOpId_maybe :: Id -> Maybe Class

    ghc-lib GHC.Plugins

    No documentation available.

  9. isCoercionTy_maybe :: Type -> Maybe Coercion

    ghc-lib GHC.Plugins

    No documentation available.

  10. isDataConId_maybe :: Id -> Maybe DataCon

    ghc-lib GHC.Plugins

    No documentation available.

Page 294 of many | Previous | Next