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.
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
isClassOpId_maybe :: Id -> Maybe Classghc-lib GHC.Plugins No documentation available.
isCoercionTy_maybe :: Type -> Maybe Coercionghc-lib GHC.Plugins No documentation available.
isDataConId_maybe :: Id -> Maybe DataConghc-lib GHC.Plugins No documentation available.
isDataConWorkId_maybe :: Id -> Maybe DataConghc-lib GHC.Plugins No documentation available.
isDataConWrapId_maybe :: Id -> Maybe DataConghc-lib GHC.Plugins No documentation available.
isFCallId_maybe :: Id -> Maybe ForeignCallghc-lib GHC.Plugins No documentation available.
isGReflCo_maybe :: Coercion -> Maybe (Type, Role)ghc-lib GHC.Plugins Returns the type coerced if this coercion is a generalized reflexive coercion. Guaranteed to work very quickly.
isPrimOpId_maybe :: Id -> Maybe PrimOpghc-lib GHC.Plugins No documentation available.
isReflCoVar_maybe :: Var -> Maybe Coercionghc-lib GHC.Plugins No documentation available.