| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
GHC.HsToCore.Foreign.Utils
Synopsis
- type Binding = (Id, CoreExpr)
- data ExportLinking
- getPrimTyOf :: Type -> UnaryType
- primTyDescChar :: Platform -> Type -> Char
- ppPrimTyConStgType :: TyCon -> Maybe String
Documentation
data ExportLinking Source #
Whether the foreign function export linking should be dynamic or static.
Constructors
| ExportIsDynamic | |
| ExportIsStatic |
getPrimTyOf :: Type -> UnaryType Source #