Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Code generation backends
Synopsis
- data Backend
- = NCG
- | LLVM
- | ViaC
- | Interpreter
- platformDefaultBackend :: Platform -> Backend
- platformNcgSupported :: Platform -> Bool
Documentation
Backend
NCG | Native code generator backend |
LLVM | LLVM backend |
ViaC | Via-C backend |
Interpreter | Interpreter |
platformDefaultBackend :: Platform -> Backend Source #
Default backend to use for the given platform.
platformNcgSupported :: Platform -> Bool Source #
Is the platform supported by the Native Code Generator?