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.

  1. lookupOccRn_maybe :: RdrName -> RnM (Maybe GlobalRdrElt)

    ghc GHC.Rename.Env

    No documentation available.

  2. lookupSameOccRn_maybe :: RdrName -> RnM (Maybe Name)

    ghc GHC.Rename.Env

    No documentation available.

  3. rnMaybeContext :: HsDocContext -> Maybe (LHsContext GhcPs) -> RnM (Maybe (LHsContext GhcRn), FreeVars)

    ghc GHC.Rename.HsType

    No documentation available.

  4. mapMaybeFvRn :: (a -> RnM (b, FreeVars)) -> Maybe a -> RnM (Maybe b, FreeVars)

    ghc GHC.Rename.Utils

    No documentation available.

  5. stgArgRep_maybe :: StgArg -> Maybe [PrimRep]

    ghc GHC.Stg.Syntax

    No documentation available.

  6. getCgInfo_maybe :: Name -> FCode (Maybe CgIdInfo)

    ghc GHC.StgToCmm.Env

    Retrieve cg info for a name if it already exists.

  7. tcInferAppHead_maybe :: HsExpr GhcRn -> TcM (Maybe (HsExpr GhcTc, TcSigmaType))

    ghc GHC.Tc.Gen.Head

    No documentation available.

  8. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc GHC.Tc.Gen.Sig

    No documentation available.

  9. lookupThName_maybe :: Name -> TcM (Maybe Name)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  10. tcInstNewTyCon_maybe :: TyCon -> [TcType] -> Maybe (TcType, TcCoercion)

    ghc GHC.Tc.Instance.Family

    If co :: T ts ~ rep_ty then:

    instNewTyCon_maybe T ts = Just (rep_ty, co)
    
    Checks for a newtype, and for being saturated Just like Coercion.instNewTyCon_maybe, but returns a TcCoercion

Page 141 of many | Previous | Next