-- | functions for the LLVM Context object which holds thread-scope state module LLVM.Context ( Context, withContext ) where import LLVM.Internal.Context