|
|
|
|
|
Documentation |
|
data ForeignCall |
Constructors | | Instances | |
|
|
data Safety |
Constructors | | Instances | |
|
|
playSafe :: Safety -> Bool |
|
playThreadSafe :: Safety -> Bool |
|
data CExportSpec |
Constructors | | Instances | |
|
|
type CLabelString = FastString |
|
isCLabelString :: CLabelString -> Bool |
|
pprCLabelString :: CLabelString -> SDoc |
|
data CCallSpec |
Constructors | | Instances | |
|
|
data CCallTarget |
Constructors | | Instances | |
|
|
isDynamicTarget :: CCallTarget -> Bool |
|
data CCallConv |
Constructors | CCallConv | | StdCallConv | | CmmCallConv | |
| Instances | |
|
|
defaultCCallConv :: CCallConv |
|
ccallConvToInt :: CCallConv -> Int |
|
ccallConvAttribute :: CCallConv -> String |
|
data DNCallSpec |
Constructors | | Instances | |
|
|
data DNKind |
Constructors | DNMethod | | DNField | | DNConstructor | |
| Instances | |
|
|
data DNType |
Constructors | DNByte | | DNBool | | DNChar | | DNDouble | | DNFloat | | DNInt | | DNInt8 | | DNInt16 | | DNInt32 | | DNInt64 | | DNWord8 | | DNWord16 | | DNWord32 | | DNWord64 | | DNPtr | | DNUnit | | DNObject | | DNString | |
| Instances | |
|
|
withDNTypes :: DNCallSpec -> [DNType] -> DNType -> DNCallSpec |
|
Produced by Haddock version 2.4.2 |