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. loadSrcInterface_maybe :: SDoc -> ModuleName -> IsBootInterface -> PkgQual -> RnM (MaybeErr MissingInterfaceError ModIface)

    ghc-lib GHC.Iface.Load

    Like loadSrcInterface, but returns a MaybeErr.

  2. tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)

    ghc-lib GHC.Iface.Load

    No documentation available.

  3. tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)

    ghc-lib GHC.IfaceToCore

    No documentation available.

  4. anonPiTyBinderType_maybe :: PiTyBinder -> Maybe Type

    ghc-lib GHC.Plugins

    Extract a relevant type, if there is one.

  5. asJoinId_maybe :: Id -> JoinPointHood -> Id

    ghc-lib GHC.Plugins

    No documentation available.

  6. deepUserTypeError_maybe :: Type -> Maybe ErrorMsgType

    ghc-lib GHC.Plugins

    No documentation available.

  7. expandSynTyConApp_maybe :: TyCon -> [Type] -> Maybe Type

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

  8. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc-lib GHC.Plugins

    No documentation available.

  9. fieldOcc_maybe :: OccName -> Maybe FastString

    ghc-lib GHC.Plugins

    No documentation available.

  10. funTyConAppTy_maybe :: FunTyFlag -> Type -> Type -> Type -> Maybe (TyCon, [Type])

    ghc-lib GHC.Plugins

    Given the components of a FunTy figure out the corresponding TyConApp.

Page 293 of many | Previous | Next