llvm-hs-6.3.0: General purpose LLVM bindings

Safe HaskellSafe
LanguageHaskell2010

LLVM.Internal.FFI.Context

Description

Functions for handling the LLVMContext class. In all other LLVM interfaces, | prefer the newer explicitly thread-aware variants which use contexts | over corresponding older variants which implicitly reference a global context. | This choice allows multiple threads to do independent work with LLVM safely.

Synopsis

Documentation

data Context Source #

a blind type to correspond to LLVMContext