Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. module GHC.HsToCore.Foreign.Call

    No documentation available.

  2. dsCCall :: CLabelString -> [CoreExpr] -> Safety -> Type -> DsM CoreExpr

    ghc GHC.HsToCore.Foreign.Call

    No documentation available.

  3. mkFCall :: Unique -> ForeignCall -> [CoreExpr] -> Type -> CoreExpr

    ghc GHC.HsToCore.Foreign.Call

    No documentation available.

  4. dsPrimCall :: Id -> Coercion -> ForeignCall -> DsM ([(Id, Expr TyVar)], CHeader, CStub)

    ghc GHC.HsToCore.Foreign.Prim

    No documentation available.

  5. MR_Fallible :: (CoreExpr -> DsM a) -> MatchResult a

    ghc GHC.HsToCore.Monad

    No documentation available.

  6. MR_Infallible :: DsM a -> MatchResult a

    ghc GHC.HsToCore.Monad

    We represent the case where there is no hole without a function from CoreExpr, like this, because sometimes we have nothing to put in the hole and so want to be sure there is in fact no hole.

  7. MR_Fallible :: (CoreExpr -> DsM a) -> MatchResult a

    ghc GHC.HsToCore.Utils

    No documentation available.

  8. MR_Infallible :: DsM a -> MatchResult a

    ghc GHC.HsToCore.Utils

    We represent the case where there is no hole without a function from CoreExpr, like this, because sometimes we have nothing to put in the hole and so want to be sure there is in fact no hole.

  9. cantFindInstalledErr :: UnitState -> Maybe HomeUnit -> Profile -> ModuleName -> InstalledFindResult -> CantFindInstalled

    ghc GHC.Iface.Errors

    No documentation available.

  10. data CantFindInstalled

    ghc GHC.Iface.Errors.Types

    No documentation available.

Page 283 of many | Previous | Next