ghc-lib-9.8.2.20240223: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CoreToStg.Prep

Synopsis

Documentation

data CorePrepConfig Source #

Constructors

CorePrepConfig 

Fields

mkConvertNumLiteral :: Platform -> HomeUnit -> (Name -> IO TyThing) -> IO (LitNumType -> Integer -> Maybe CoreExpr) Source #

Create a function that converts Bignum literals into their final CoreExpr