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.
tyConAppFunTy_maybe :: HasDebugCallStack => TyCon -> [Type] -> Maybe Typeghc GHC.Plugins Return Just if this TyConApp should be represented as a FunTy
tyConAppTyConPicky_maybe :: Type -> Maybe TyConghc GHC.Plugins Retrieve the tycon heading this type, if there is one. Does not look through synonyms.
tyConAppTyCon_maybe :: Type -> Maybe TyConghc GHC.Plugins The same as fst . splitTyConApp We can short-cut the FunTy case
typeLevity_maybe :: HasDebugCallStack => Type -> Maybe Levityghc GHC.Plugins Tries to compute the Levity of the given type. Returns either a definite Levity, or Nothing if we aren't sure (e.g. the type is representation-polymorphic). Panics if the kind does not have the shape TYPE r.
userTypeError_maybe :: Type -> Maybe ErrorMsgTypeghc GHC.Plugins Is this type a custom user error? If so, give us the error message.
wiredInNameTyThing_maybe :: Name -> Maybe TyThingghc GHC.Plugins No documentation available.
bitSizeMaybe :: Bits a => a -> Maybe Intghc GHC.Prelude.Basic No documentation available.
lookupGlobalOccRn_maybe :: WhichGREs GREInfo -> RdrName -> RnM (Maybe GlobalRdrElt)ghc GHC.Rename.Env No documentation available.
lookupLocalOccRn_maybe :: RdrName -> RnM (Maybe Name)ghc GHC.Rename.Env No documentation available.
lookupLocalOccThLvl_maybe :: Name -> RnM (Maybe (TopLevelFlag, ThLevel))ghc GHC.Rename.Env No documentation available.