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