Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fieldOcc_maybe :: OccName -> Maybe FastStringghc GHC.Plugins No documentation available.
funTyConAppTy_maybe :: FunTyFlag -> Type -> Type -> Type -> Maybe (TyCon, [Type])ghc GHC.Plugins Given the components of a FunTy figure out the corresponding TyConApp.
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
getCoVar_maybe :: Coercion -> Maybe CoVarghc 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.)
getTyVar_maybe :: Type -> Maybe TyVarghc GHC.Plugins Attempts to obtain the type variable underlying a Type
idCbvMarks_maybe :: Id -> Maybe [CbvMark]ghc GHC.Plugins No documentation available.
idLFInfo_maybe :: Id -> Maybe LambdaFormInfoghc GHC.Plugins No documentation available.
idTagSig_maybe :: Id -> Maybe TagSigghc GHC.Plugins No documentation available.
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
isClassOpId_maybe :: Id -> Maybe Classghc GHC.Plugins No documentation available.