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.
-
ghc-lib GHC.Iface.Load Like loadSrcInterface, but returns a MaybeErr.
tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)ghc-lib GHC.Iface.Load No documentation available.
tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)ghc-lib GHC.IfaceToCore No documentation available.
anonPiTyBinderType_maybe :: PiTyBinder -> Maybe Typeghc-lib GHC.Plugins Extract a relevant type, if there is one.
asJoinId_maybe :: Id -> JoinPointHood -> Idghc-lib GHC.Plugins No documentation available.
deepUserTypeError_maybe :: Type -> Maybe ErrorMsgTypeghc-lib GHC.Plugins No documentation available.
expandSynTyConApp_maybe :: TyCon -> [Type] -> Maybe Typeghc-lib GHC.Plugins expandSynTyConApp_maybe tc tys expands the RHS of type synonym tc instantiated at arguments tys, or returns Nothing if tc is not a synonym.
fieldOcc_maybe :: OccName -> Maybe FastStringghc-lib GHC.Plugins No documentation available.
fieldOcc_maybe :: OccName -> Maybe FastStringghc-lib GHC.Plugins No documentation available.
funTyConAppTy_maybe :: FunTyFlag -> Type -> Type -> Type -> Maybe (TyCon, [Type])ghc-lib GHC.Plugins Given the components of a FunTy figure out the corresponding TyConApp.