ghc-6.12.1: The GHC APISource codeContentsIndex
ForeignCall
Documentation
newtype ForeignCall Source
Constructors
CCall CCallSpec
data Safety Source
Constructors
PlaySafe Bool
PlayRisky
playSafe :: Safety -> BoolSource
data CExportSpec Source
Constructors
CExportStatic CLabelString CCallConv
type CLabelString = FastStringSource
isCLabelString :: CLabelString -> BoolSource
pprCLabelString :: CLabelString -> SDocSource
data CCallSpec Source
Constructors
CCallSpec CCallTarget CCallConv Safety
data CCallTarget Source
Constructors
StaticTarget CLabelString
DynamicTarget
isDynamicTarget :: CCallTarget -> BoolSource
data CCallConv Source
Constructors
CCallConv
StdCallConv
CmmCallConv
PrimCallConv
defaultCCallConv :: CCallConvSource
ccallConvToInt :: CCallConv -> IntSource
ccallConvAttribute :: CCallConv -> StringSource
Produced by Haddock version 2.6.0