GHC.HsToCore.Foreign.C
Description
Handling of C foreign imports/exports
dsCImport :: Id -> Coercion -> CImportSpec GhcTc -> CCallConv -> Safety -> Maybe (Header GhcTc) -> DsM ([Binding], CHeader, CStub) Source #
dsCFExport :: Id -> Coercion -> CLabelString -> CCallConv -> ExportLinking -> DsM (CHeader, CStub, String) Source #
dsCFExportDynamic :: Id -> Coercion -> CCallConv -> DsM ([Binding], CHeader, CStub) Source #