Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    ghc-lib GHC.Rename.Env

    No documentation available.

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

    ghc-lib GHC.Rename.HsType

    No documentation available.

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

    ghc-lib GHC.Rename.Utils

    No documentation available.

  4. mkStgRhsCon_maybe :: MkStgRhs -> Maybe StgRhs

    ghc-lib GHC.Stg.Make

    Try to make a non top-level StgRhsCon if appropriate

  5. mkTopStgRhsCon_maybe :: (DataCon -> [StgArg] -> Bool) -> MkStgRhs -> Maybe StgRhs

    ghc-lib GHC.Stg.Make

    Try to make a top-level StgRhsCon if appropriate

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

    ghc-lib GHC.StgToCmm.Env

    Retrieve cg info for a name if it already exists.

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

    ghc-lib GHC.Tc.Gen.Head

    No documentation available.

  8. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    ghc-lib GHC.Tc.Gen.Sig

    No documentation available.

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

    ghc-lib GHC.Tc.Gen.Splice

    No documentation available.

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

    ghc-lib 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 301 of many | Previous | Next